diff options
author | jbj <devnull@localhost> | 2003-05-22 21:21:43 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-05-22 21:21:43 +0000 |
commit | dac695e290b95514115d68dbfe21209eeb66ee82 (patch) | |
tree | 469371d0b7bb44a943643c8b1456758707dbb2b3 /tools | |
parent | 185ee2095cc22a9ab6d3f6e918a7577c7fd6e996 (diff) | |
download | rpm-dac695e290b95514115d68dbfe21209eeb66ee82.tar.gz rpm-dac695e290b95514115d68dbfe21209eeb66ee82.tar.bz2 rpm-dac695e290b95514115d68dbfe21209eeb66ee82.zip |
Prepare to build with external beecrypt-3.0.0.
CVS patchset: 6871
CVS date: 2003/05/22 21:21:43
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index c544162a7..61ff8c89d 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -8,6 +8,7 @@ INCLUDES = -I. \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/rpmdb \ -I$(top_srcdir)/rpmio \ + @WITH_BEECRYPT_INCLUDE@ \ -I$(top_srcdir)/popt \ @WITH_LIBELF_INCLUDE@ \ @WITH_LIBDWARF_INCLUDE@ \ |