Commit f5351ae2 f5351ae257c969e78a61393fa6413a39211a13b7 by Sergey Poznyakoff

Merge DEFS and AM_CPPFLAGS

1 parent 43cf6489
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
20 20
21 INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/libproto/include @INTLINCS@ 21 INCLUDES = @MU_COMMON_INCLUDES@ -I${top_srcdir}/libproto/include @INTLINCS@
22 22
23 AM_CPPFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"
24 YLWRAP = $(SHELL) $(top_srcdir)/scripts/gylwrap 23 YLWRAP = $(SHELL) $(top_srcdir)/scripts/gylwrap
25 AM_YFLAGS=-vt 24 AM_YFLAGS=-vt
26 25
...@@ -29,7 +28,9 @@ SUBDIRS = testsuite ...@@ -29,7 +28,9 @@ SUBDIRS = testsuite
29 lib_LTLIBRARIES = libmailutils.la 28 lib_LTLIBRARIES = libmailutils.la
30 29
31 localedir = $(datadir)/locale 30 localedir = $(datadir)/locale
32 DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" 31 AM_CPPFLAGS = \
32 -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"\
33 -DLOCALEDIR=\"$(localedir)\"
33 34
34 EXTRA_DIST = @MU_EXTRA_DIST@ errors muerrno.cin parsedate.y fgetpwent.c 35 EXTRA_DIST = @MU_EXTRA_DIST@ errors muerrno.cin parsedate.y fgetpwent.c
35 36
......