diff options
author | Darin Adler <darin@src.gnome.org> | 2001-08-26 18:57:55 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-08-26 18:57:55 +0000 |
commit | 14ec3cb6772a837cc3b1d0fd5b850d1f142f11f5 (patch) | |
tree | c7b2e88d6f4fc100f38ee3866c7525246c61a8a0 /src | |
parent | 9d54a20f18a64d5999d531ae02ea62a444ffcfeb (diff) | |
download | yelp-redhat-merge-branch.tar.gz |
Remove many unneeded -I directives.REDHAT_MERGE_BRANCHPOINTredhat-merge-branch
* gnome-db2html2/Makefile.am:
* gnome-db2html3/Makefile.am:
* gnome-info2html2/Makefile.am:
* gnome-man2html2/Makefile.am:
Remove many unneeded -I directives.
Diffstat (limited to 'src')
-rw-r--r-- | src/info2html/Makefile.am | 2 | ||||
-rw-r--r-- | src/man2html/Makefile.am | 5 |
2 files changed, 0 insertions, 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 |