summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-10-02 10:37:43 +0300
committerStefan Kost <ensonic@users.sf.net>2009-10-02 10:37:43 +0300
commitc22b45b4b29e0a9c1fa6a9f7b2b0537f0cfc79e0 (patch)
tree82cfd08355a58f26fc8311dd1eb73e457ff7d2b0 /ext
parent8b2dde048e81b5686a7d43e03245e7d9ba03ad78 (diff)
zbar: add new plugin to the build here too
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 70d4e0bde..d73749350 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -360,6 +360,12 @@ else
XVID_DIR=
endif
+if USE_ZBAR
+ZBAR_DIR=zbar
+else
+ZBAR_DIR=
+endif
+
SUBDIRS=\
$(ALSASPDIF_DIR) \
$(ASSRENDER_DIR) \
@@ -419,7 +425,8 @@ SUBDIRS=\
$(THEORA_DIR) \
$(TIMIDITY_DIR) \
$(XINE_DIR) \
- $(XVID_DIR)
+ $(XVID_DIR) \
+ $(ZBAR_DIR)
DIST_SUBDIRS = \
alsaspdif \
@@ -467,4 +474,5 @@ DIST_SUBDIRS = \
swfdec \
theora \
timidity \
- xvid
+ xvid \
+ zbar