aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-05 22:42:50 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-05 22:42:50 +0000
commitb3e2695aad2eb81b5e096c2fbed8ffb0afcc3f4f (patch)
tree3bf06a3bcac88ed485908cc02442c148deb47f50 /src/plugins/Makefile.am
parentd66045bbd46390ef9e1bc973455f1baaa448f22f (diff)
downloadlibextractor-b3e2695aad2eb81b5e096c2fbed8ffb0afcc3f4f.tar.gz
libextractor-b3e2695aad2eb81b5e096c2fbed8ffb0afcc3f4f.zip
link against pthread, just in case it is needed
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r--src/plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index beaf700..e8baf6d 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -123,7 +123,7 @@ libextractor_rpm_la_LDFLAGS = \
123 $(PLUGINFLAGS) 123 $(PLUGINFLAGS)
124libextractor_rpm_la_LIBADD = \ 124libextractor_rpm_la_LIBADD = \
125 $(top_builddir)/src/main/libextractor.la \ 125 $(top_builddir)/src/main/libextractor.la \
126 -lrpm 126 -lrpm -lpthread
127 127
128test_rpm_SOURCES = \ 128test_rpm_SOURCES = \
129 test_rpm.c 129 test_rpm.c