ext/Makefile.am: Dist ofa correctly! Fixes non-uninstalled build.
authorZaheer Abbas Merali <zaheerabbas@merali.org>
Thu, 27 Mar 2008 16:32:27 +0000 (16:32 +0000)
committerZaheer Abbas Merali <zaheerabbas@merali.org>
Thu, 27 Mar 2008 16:32:27 +0000 (16:32 +0000)
Original commit message from CVS:
* ext/Makefile.am:
Dist ofa correctly! Fixes non-uninstalled build.

ChangeLog
ext/Makefile.am

index a6dba152080724b03a1e1e965b8deded44cc8d9c..eb72dfe56d6f118d752daa123861231f6687d3cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+
+       * ext/Makefile.am:
+       Dist ofa correctly! Fixes non-uninstalled build.
+
 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
 
        * sys/dvb/gstdvbsrc.c:
index 5add82c2934ea35f88c0b4bef3385b711ca9b791..43b81777ceffe8d94b5aaab0999899d47f89c4c3 100644 (file)
@@ -190,6 +190,12 @@ else
 NEON_DIR=
 endif
 
+if USE_OFA
+OFA_DIR=ofa
+else
+OFA_DIR=
+endif
+
 if USE_SOUP
 SOUP_DIR=soup
 else
@@ -321,6 +327,7 @@ SUBDIRS=\
        $(MYTHTV_DIR) \
        $(NAS_DIR) \
        $(NEON_DIR) \
+       $(OFA_DIR) \
        $(SOUP_DIR) \
        $(POLYP_DIR) \
        $(SDL_DIR) \
@@ -362,6 +369,7 @@ DIST_SUBDIRS = \
        mythtv \
        nas \
        neon \
+       ofa \
        soup \
        sdl \
        sndfile \