summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-10 05:43:57 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-10 05:43:57 +0200
commitc5b898889650df5fc82446396829d6a10350d95b (patch)
tree13b8ae6969b75deeaaf17c76534b4956e3354b21 /python
parent6ea6e02bdfebe63be388b195a6e1fb1259ad0aae (diff)
downloadrpm-c5b898889650df5fc82446396829d6a10350d95b.tar.gz
rpm-c5b898889650df5fc82446396829d6a10350d95b.tar.bz2
rpm-c5b898889650df5fc82446396829d6a10350d95b.zip
Add missing backslash.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 867fc3e8f..8a546d35c 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -33,7 +33,7 @@ _rpmmodule_la_LIBADD = \
$(top_builddir)/lib/librpm.la \
$(top_builddir)/rpmdb/librpmdb.la \
$(top_builddir)/rpmio/librpmio.la \
- @WITH_BEECRYPT_LIB@
+ @WITH_BEECRYPT_LIB@ \
@WITH_POPT_LIB@ \
@WITH_LIBELF_LIB@