X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=2cd0df4eb90a4c2cc90f11ce5d8200958abdb509;hb=17fa07510ad74d0f96f9700538d32eb8e7b2a0ce;hp=863e660bf2e0feb365cbea3049b1c407372666ac;hpb=e1e590fe9a8c5c767933c68979418911f36d3a89;p=tinc diff --git a/src/Makefile.am b/src/Makefile.am index 863e660b..2cd0df4e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,8 +12,10 @@ noinst_HEADERS = conf.h encr.h net.h netutl.h protocol.h LIBS = @LIBS@ tincd_LDADD = $(top_builddir)/cipher/libcipher.la \ - $(top_builddir)/lib/libvpn.a -ldl + $(top_builddir)/lib/libvpn.a genauth_LDADD = $(top_builddir)/lib/libvpn.a -CFLAGS = @CFLAGS@ -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"@sysconfdir@\" +localedir = $(datadir)/locale + +CFLAGS = @CFLAGS@ -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"@sysconfdir@\" -DLOCALEDIR=\"$(localedir)\"