diff options
author | jbj <devnull@localhost> | 2004-10-30 00:45:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-30 00:45:18 +0000 |
commit | 6e8a0d22e2483dbdba690248ea4d6427e49eb1b3 (patch) | |
tree | 3682c3c2561eb66793f4af9ea252bb2255352284 /build | |
parent | 69227ecd1bf64421da5ee99c14cf1613e1114787 (diff) | |
download | rpm-6e8a0d22e2483dbdba690248ea4d6427e49eb1b3.tar.gz rpm-6e8a0d22e2483dbdba690248ea4d6427e49eb1b3.tar.bz2 rpm-6e8a0d22e2483dbdba690248ea4d6427e49eb1b3.zip |
Path to magic.h.
CVS patchset: 7525
CVS date: 2004/10/30 00:45:18
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index c9bcc0a8e..6957063db 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -10,6 +10,7 @@ INCLUDES = -I. \ -I$(top_srcdir)/rpmdb \ -I$(top_srcdir)/rpmio \ @WITH_BEECRYPT_INCLUDE@ \ + -I$(top_srcdir)/file/src \ -I$(top_srcdir)/popt \ @WITH_LIBELF_INCLUDE@ \ @INCPATH@ |