diff options
-rw-r--r-- | lib/Makefile.am | 3 | ||||
-rw-r--r-- | misc/Makefile.am | 2 | ||||
-rw-r--r-- | python/Makefile.am | 3 | ||||
-rw-r--r-- | rpmdb/Makefile.am | 3 | ||||
-rw-r--r-- | rpmio/Makefile.am | 3 | ||||
-rw-r--r-- | tools/Makefile.am | 3 |
6 files changed, 6 insertions, 11 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 85fbcf9e1..901e0376c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,8 +9,7 @@ AM_CPPFLAGS = -I. \ -I$(top_srcdir)/rpmio \ @WITH_BEECRYPT_INCLUDE@ \ @WITH_POPT_INCLUDE@ \ - -I$(top_srcdir)/misc \ - @INCPATH@ + -I$(top_srcdir)/misc EXTRA_DIST = getdate.y diff --git a/misc/Makefile.am b/misc/Makefile.am index b5f92eeff..f21eb2ec2 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,6 +1,6 @@ # Makefile for misc library. -AM_CPPFLAGS = -I. -I$(top_srcdir) @INCPATH@ +AM_CPPFLAGS = -I. -I$(top_srcdir) EXTRA_DIST = \ alloca.c basename.c err.c error.c \ diff --git a/python/Makefile.am b/python/Makefile.am index b6b647bd2..288661b84 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -18,8 +18,7 @@ AM_CPPFLAGS = -I. \ @WITH_POPT_INCLUDE@ \ -I$(top_srcdir)/misc \ -I$(top_srcdir)/ \ - -I$(pyincdir) \ - @INCPATH@ + -I$(pyincdir) noinst_HEADERS = header-py.h \ rpmal-py.h rpmds-py.h rpmdb-py.h rpmfd-py.h rpmfts-py.h \ diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index e5dd156ba..03eade3cb 100644 --- a/rpmdb/Makefile.am +++ b/rpmdb/Makefile.am @@ -11,8 +11,7 @@ AM_CPPFLAGS = -I. \ @WITH_POPT_INCLUDE@ \ -I$(top_srcdir)/misc \ @WITH_SQLITE3_INCLUDE@ \ - @WITH_LIBELF_INCLUDE@ \ - @INCPATH@ + @WITH_LIBELF_INCLUDE@ EXTRA_DIST = db3.c sqlite.c db_emu.h diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am index 305daf43a..7a4997a53 100644 --- a/rpmio/Makefile.am +++ b/rpmio/Makefile.am @@ -8,8 +8,7 @@ AM_CPPFLAGS = -I. \ @WITH_NEON_INCLUDE@ \ @WITH_LUA_INCLUDE@ \ @WITH_POPT_INCLUDE@ \ - -I$(top_srcdir)/misc \ - @INCPATH@ + -I$(top_srcdir)/misc pkgincdir = $(pkgincludedir) pkginc_HEADERS = \ diff --git a/tools/Makefile.am b/tools/Makefile.am index 97a224e35..f0b27190b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -10,8 +10,7 @@ AM_CPPFLAGS = -I. \ @WITH_POPT_INCLUDE@ \ @WITH_LIBELF_INCLUDE@ \ @WITH_MAGIC_INCLUDE@ \ - -I$(top_srcdir)/misc \ - @INCPATH@ + -I$(top_srcdir)/misc EXTRA_PROGRAMS = |