Original commit message from CVS:
* ext/Makefile.am:
Dist ofa correctly! Fixes non-uninstalled build.
+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:
NEON_DIR=
endif
+if USE_OFA
+OFA_DIR=ofa
+else
+OFA_DIR=
+endif
+
if USE_SOUP
SOUP_DIR=soup
else
$(MYTHTV_DIR) \
$(NAS_DIR) \
$(NEON_DIR) \
+ $(OFA_DIR) \
$(SOUP_DIR) \
$(POLYP_DIR) \
$(SDL_DIR) \
mythtv \
nas \
neon \
+ ofa \
soup \
sdl \
sndfile \