summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-02-25 15:22:14 -0500
committerFrank Ch. Eigler <fche@elastic.org>2010-02-25 15:23:51 -0500
commitbcfa72ed644f9644eaa3fa52e66449aedfe47974 (patch)
treea4e492fd26dce738ad27bdbd1369b611fa467b89 /Makefile.am
parent4bfb04268d548c4d711784de6b129aef2fc1577b (diff)
downloadsystemtap-steved-bcfa72ed644f9644eaa3fa52e66449aedfe47974.tar.gz
systemtap-steved-bcfa72ed644f9644eaa3fa52e66449aedfe47974.tar.xz
systemtap-steved-bcfa72ed644f9644eaa3fa52e66449aedfe47974.zip
PR11114: simplify librpm autoconf
* configure.ac: Check for -lrpm with simple AC_CHECK_LIB. * Makefile.am: Forget about @rpm_LIBS@
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3ff38def..cade1fee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ stap_SOURCES = main.cxx \
tapset-perfmon.cxx tapset-mark.cxx tapset-itrace.cxx \
tapset-utrace.cxx task_finder.cxx dwflpp.cxx rpm_finder.cxx \
setupdwfl.cxx
-stap_LDADD = @stap_LIBS@ @sqlite3_LIBS@ @rpm_LIBS@
+stap_LDADD = @stap_LIBS@ @sqlite3_LIBS@
stap_DEPENDENCIES =
endif