Define LOCALEDIR in CFLAGS.
This commit is contained in:
parent
4cd009f774
commit
386a62ff57
1 changed files with 3 additions and 1 deletions
|
@ -16,4 +16,6 @@ tincd_LDADD = $(top_builddir)/cipher/libcipher.la \
|
||||||
|
|
||||||
genauth_LDADD = $(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)\"
|
||||||
|
|
Loading…
Reference in a new issue