diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-10-22 15:51:36 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-10-22 15:51:36 +0300 |
commit | 1cb6b12fd2d0367861cb3d2d13fd74a1451831b4 (patch) | |
tree | e5e12d2487fd39fb031571c7ea7e3934e01e90ed /python/Makefile.am | |
parent | 0f4e1b07e625dfd4b407f6978f87795755b70000 (diff) | |
download | librpm-tizen-1cb6b12fd2d0367861cb3d2d13fd74a1451831b4.tar.gz librpm-tizen-1cb6b12fd2d0367861cb3d2d13fd74a1451831b4.tar.bz2 librpm-tizen-1cb6b12fd2d0367861cb3d2d13fd74a1451831b4.zip |
Bah, couple of missed places for librpmsign moving
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 57bcb6bf0..755f616df 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -42,7 +42,7 @@ _rpmbmodule_la_SOURCES = rpmbmodule.c rpmsystem-py.h \ _rpmsmodule_la_LDFLAGS = -module -avoid-version -shared _rpmsmodule_la_LIBADD = \ - $(top_builddir)/lib/librpmsign.la \ + $(top_builddir)/sign/librpmsign.la \ $(top_builddir)/lib/librpm.la \ $(top_builddir)/rpmio/librpmio.la \ @WITH_PYTHON_LIB@ |