Merge DEFS and AM_CPPFLAGS
Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment