projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3acae0
)
Remove localedir leftovers.
author
Michael Tokarev
<mjt@tls.msk.ru>
Sun, 18 Oct 2009 17:27:24 +0000
(21:27 +0400)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 24 Oct 2009 21:46:11 +0000
(23:46 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
bdd1a3f
..
491f011
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-30,9
+30,7
@@
endif
tincd_LDADD = \
$(top_builddir)/lib/libvpn.a
-localedir = $(datadir)/locale
-
-AM_CFLAGS = @CFLAGS@ -DCONFDIR=\"$(sysconfdir)\" -DLOCALEDIR=\"$(localedir)\" -DLOCALSTATEDIR=\"$(localstatedir)\"
+AM_CFLAGS = @CFLAGS@ -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\"
dist-hook:
rm -f `find . -type l`