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 /lib | |
parent | 185ee2095cc22a9ab6d3f6e918a7577c7fd6e996 (diff) | |
download | librpm-tizen-dac695e290b95514115d68dbfe21209eeb66ee82.tar.gz librpm-tizen-dac695e290b95514115d68dbfe21209eeb66ee82.tar.bz2 librpm-tizen-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 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index fa6b70b73..0ea79a64a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = -I. \ -I$(top_srcdir)/build \ -I$(top_srcdir)/rpmdb \ -I$(top_srcdir)/rpmio \ + @WITH_BEECRYPT_INCLUDE@ \ -I$(top_srcdir)/popt \ @INCPATH@ |