zbar: add new plugin to the build here too
authorStefan Kost <ensonic@users.sf.net>
Fri, 2 Oct 2009 07:37:43 +0000 (10:37 +0300)
committerStefan Kost <ensonic@users.sf.net>
Fri, 2 Oct 2009 07:37:43 +0000 (10:37 +0300)
ext/Makefile.am

index 70d4e0b..d737493 100644 (file)
@@ -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