aboutsummaryrefslogtreecommitdiffstats
path: root/g10/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'g10/Makefile.in')
-rw-r--r--g10/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/Makefile.in b/g10/Makefile.in
index a88b10eed..9f6ff08eb 100644
--- a/g10/Makefile.in
+++ b/g10/Makefile.in
@@ -92,7 +92,7 @@ VERSION = @VERSION@
ZLIBS = @ZLIBS@
l = @l@
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl
EXTRA_DIST = OPTIONS pubring.asc
OMIT_DEPENDENCIES = zlib.h zconf.h
BUILT_SOURCES = g10maint.c
@@ -404,7 +404,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
g10maint.c : g10.c
- $(CPP) $(DEFS) $(INCLUDES) -DIS_G10MAINT $< > $@ || rm $@
+ $(CPP) $(CFLAGS) $(DEFS) $(INCLUDES) -DIS_G10MAINT $< > $@ || rm $@
$(PROGRAMS): $(needed_libs)