diff options
author | jbj <devnull@localhost> | 2005-03-14 10:30:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2005-03-14 10:30:44 +0000 |
commit | c79f0d930ee1949de9c56b3c5cde68c64d5e521a (patch) | |
tree | f188890b06bff2106e80a68e34f22a73f9641f78 /build | |
parent | 9697810e39019e4929d742fc1d94e4e917dc6b7f (diff) | |
download | rpm-c79f0d930ee1949de9c56b3c5cde68c64d5e521a.tar.gz rpm-c79f0d930ee1949de9c56b3c5cde68c64d5e521a.tar.bz2 rpm-c79f0d930ee1949de9c56b3c5cde68c64d5e521a.zip |
Sanity.
CVS patchset: 7810
CVS date: 2005/03/14 10:30:44
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index d02bdb71c..83d2dee9e 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -10,10 +10,10 @@ INCLUDES = -I. \ -I$(top_srcdir)/rpmdb \ -I$(top_srcdir)/rpmio \ @WITH_BEECRYPT_INCLUDE@ \ - -I$(top_srcdir)/file/src \ - -I$(top_srcdir)/popt \ - -I$(top_srcdir)/misc \ + @WITH_MAGIC_INCLUDE@ \ + @WITH_POPT_INCLUDE@ \ @WITH_LIBELF_INCLUDE@ \ + -I$(top_srcdir)/misc \ @INCPATH@ LIBS = |