From 14ec3cb6772a837cc3b1d0fd5b850d1f142f11f5 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Sun, 26 Aug 2001 18:57:55 +0000 Subject: Remove many unneeded -I directives. * gnome-db2html2/Makefile.am: * gnome-db2html3/Makefile.am: * gnome-info2html2/Makefile.am: * gnome-man2html2/Makefile.am: Remove many unneeded -I directives. --- src/info2html/Makefile.am | 2 -- src/man2html/Makefile.am | 5 ----- 2 files changed, 7 deletions(-) diff --git a/src/info2html/Makefile.am b/src/info2html/Makefile.am index 14056336..7ac59f7b 100644 --- a/src/info2html/Makefile.am +++ b/src/info2html/Makefile.am @@ -1,8 +1,6 @@ ## Process this file with automake to produce Makefile.in. INCLUDES = \ - -I$(includedir) \ - -I$(top_srcdir)/intl -I$(top_builddir)/intl \ $(GNOMEUI_CFLAGS) LDADD = \ diff --git a/src/man2html/Makefile.am b/src/man2html/Makefile.am index 004bee0f..0c52cc92 100644 --- a/src/man2html/Makefile.am +++ b/src/man2html/Makefile.am @@ -1,10 +1,5 @@ ## Process this file with automake to produce Makefile.in. -INCLUDES = \ - -I$(includedir) \ - -I$(top_srcdir)/intl -I$(top_builddir)/intl - - LDADD = $(Z_LIBS) $(BZ_LIBS) bin_PROGRAMS = gnome-man2html2 -- cgit v1.2.1