aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-09-19 09:24:59 +0000
committerLRN <lrn1986@gmail.com>2012-09-19 09:24:59 +0000
commite75201158b3db493a1e1af5671697fcab3137d3f (patch)
treebdd31da09aa576cbae677c4663895cfc208a6b96
parent898a1a3e6246b136ad6b70f7a5fbe9fe07ede7f0 (diff)
downloadlibextractor-e75201158b3db493a1e1af5671697fcab3137d3f.tar.gz
libextractor-e75201158b3db493a1e1af5671697fcab3137d3f.zip
Fix parallel builds
-rw-r--r--src/main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index c325270..9f956ec 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -69,7 +69,7 @@ libextractor_la_SOURCES = \
69extract_SOURCES = \ 69extract_SOURCES = \
70 extract.c \ 70 extract.c \
71 getopt.c getopt.h getopt1.c 71 getopt.c getopt.h getopt1.c
72 72extract_DEPENDENCIES = libextractor.la
73 73
74 74
75LDADD = \ 75LDADD = \