aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-05 10:21:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-05 10:21:40 +0000
commit613f71284fe70424ba3a5642f592c06ad35b32b9 (patch)
tree769c8f82f8c42dcc896d68863ae5c93b871e149e
parent2e31b615630d62aac6ffd8199f30a957ed736193 (diff)
downloadlibextractor-613f71284fe70424ba3a5642f592c06ad35b32b9.tar.gz
libextractor-613f71284fe70424ba3a5642f592c06ad35b32b9.zip
-need lm
-rw-r--r--src/plugins/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index e889fc6..e259c92 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -525,6 +525,9 @@ libextractor_riff_la_SOURCES = \
525 riff_extractor.c 525 riff_extractor.c
526libextractor_riff_la_LDFLAGS = \ 526libextractor_riff_la_LDFLAGS = \
527 $(PLUGINFLAGS) 527 $(PLUGINFLAGS)
528libextractor_rpm_la_LIBADD = \
529 -lm
530
528 531
529test_riff_SOURCES = \ 532test_riff_SOURCES = \
530 test_riff.c 533 test_riff.c