X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=2cd0df4eb90a4c2cc90f11ce5d8200958abdb509;hb=17fa07510ad74d0f96f9700538d32eb8e7b2a0ce;hp=0a252d1b69ca35093c2098af77abbb8c2fd6e81f;hpb=2f7e532d703bbf6997ae04658379df0b0d844f62;p=tinc diff --git a/src/Makefile.am b/src/Makefile.am index 0a252d1b..2cd0df4e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,4 +16,6 @@ tincd_LDADD = $(top_builddir)/cipher/libcipher.la \ genauth_LDADD = $(top_builddir)/lib/libvpn.a -CFLAGS = @CFLAGS@ -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"@sysconfdir@\" +localedir = $(datadir)/locale + +CFLAGS = @CFLAGS@ -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"@sysconfdir@\" -DLOCALEDIR=\"$(localedir)\"