removed -I$(includedir).

* */Makefile.am (INCLUDES): removed -I$(includedir).
This commit is contained in:
Martin Baulig
1998-05-23 13:50:46 +00:00
parent 39be9f45bb
commit 977a3695f6
11 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
INCLUDES = -I$(includedir) -I$(top_builddir) -I$(top_srcdir) @machine_incs@ \
INCLUDES = -I$(top_builddir) -I$(top_srcdir) @machine_incs@ \
-I$(top_srcdir)/include -I$(top_srcdir)/intl @GUILE_INCS@ \
-DGTOPLOCALEDIR=\"$(datadir)/locale\" -D_GNU_SOURCE