X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2FMakefile.am;h=2cd0df4eb90a4c2cc90f11ce5d8200958abdb509;hp=028245578748b3141a31b300fa2b466ddc91fec6;hb=386a62ff57f283b415fd757a8c4645b24c3bd3bb;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/src/Makefile.am b/src/Makefile.am index 02824557..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 += -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"@sysconfdir@\" +localedir = $(datadir)/locale + +CFLAGS = @CFLAGS@ -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"@sysconfdir@\" -DLOCALEDIR=\"$(localedir)\"