diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-10-14 15:36:23 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-10-14 15:36:23 +0300 |
commit | a1b05720b0e8219b26a81b8e2429226f094075cc (patch) | |
tree | 9faaea037ee279e5d0398a2848a1b9e25e2ab985 /rpmio | |
parent | b6a0fca64d1d3b5331dffd78b7e75b4d5d86dfe4 (diff) | |
download | rpm-a1b05720b0e8219b26a81b8e2429226f094075cc.tar.gz rpm-a1b05720b0e8219b26a81b8e2429226f094075cc.tar.bz2 rpm-a1b05720b0e8219b26a81b8e2429226f094075cc.zip |
Sanitize libluaext linkage
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am index e2147cbca..766e69aca 100644 --- a/rpmio/Makefile.am +++ b/rpmio/Makefile.am @@ -32,5 +32,9 @@ librpmio_la_LIBADD = \ @WITH_LZMA_LIB@ \ -lpthread +if WITH_LUAEXT +librpmio_la_LIBADD += $(top_builddir)/luaext/libluaext.la +endif + check_PROGRAMS = |