aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f4736d7..a66f42a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA.
-INCLUDES = -I$(top_srcdir)/gnu -I../ -I../gnu
bin_PROGRAMS = cflow
cflow_SOURCES = \
@@ -40,7 +39,9 @@ cflow_SOURCES = \
localedir = $(datadir)/locale
LDADD=../gnu/libgnu.a @LIBINTL@
-AM_CPPFLAGS=-DLOCALEDIR=\"$(localedir)\"
+AM_CPPFLAGS=\
+ -I$(top_srcdir)/gnu -I../ -I../gnu\
+ -DLOCALEDIR=\"$(localedir)\"
AM_LFLAGS=-dvp
EXTRA_DIST=cflow.rc

Return to:

Send suggestions and report system problems to the System administrator.