summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2008-03-27 16:32:27 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2008-03-27 16:32:27 +0000
commit7c92b4e47828783c6716ef53d461a37d31c5823d (patch)
tree236edbbd97b723c7e4a7e66694176646b37f5c93 /ext/Makefile.am
parent4215e2643fe9283864797556da9c85d3e15ae709 (diff)
downloadgst-plugins-bad-7c92b4e47828783c6716ef53d461a37d31c5823d.tar.gz
gst-plugins-bad-7c92b4e47828783c6716ef53d461a37d31c5823d.tar.bz2
gst-plugins-bad-7c92b4e47828783c6716ef53d461a37d31c5823d.zip
ext/Makefile.am: Dist ofa correctly! Fixes non-uninstalled build.
Original commit message from CVS: * ext/Makefile.am: Dist ofa correctly! Fixes non-uninstalled build.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 5add82c2..43b81777 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -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 \