diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-05-23 13:50:46 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-05-23 13:50:46 +0000 |
commit | 977a3695f67db6c6e85d73f0c6f0dfaf7dad6596 (patch) | |
tree | 66d436afb207df5f89b1e05443dd4deb76b5f5d6 /sysdeps/names | |
parent | 39be9f45bb4f492ad7fc21d075edb6dc150a57d7 (diff) | |
download | libgtop-977a3695f67db6c6e85d73f0c6f0dfaf7dad6596.tar.gz |
removed -I$(includedir).
* */Makefile.am (INCLUDES): removed -I$(includedir).
Diffstat (limited to 'sysdeps/names')
-rw-r--r-- | sysdeps/names/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/names/Makefile.am b/sysdeps/names/Makefile.am index 96e43037..f650e158 100644 --- a/sysdeps/names/Makefile.am +++ b/sysdeps/names/Makefile.am @@ -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 |