mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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.
This commit is contained in:
parent
4215e2643f
commit
7c92b4e478
2 changed files with 13 additions and 0 deletions
|
@ -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>
|
2008-03-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
* sys/dvb/gstdvbsrc.c:
|
* sys/dvb/gstdvbsrc.c:
|
||||||
|
|
|
@ -190,6 +190,12 @@ else
|
||||||
NEON_DIR=
|
NEON_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_OFA
|
||||||
|
OFA_DIR=ofa
|
||||||
|
else
|
||||||
|
OFA_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_SOUP
|
if USE_SOUP
|
||||||
SOUP_DIR=soup
|
SOUP_DIR=soup
|
||||||
else
|
else
|
||||||
|
@ -321,6 +327,7 @@ SUBDIRS=\
|
||||||
$(MYTHTV_DIR) \
|
$(MYTHTV_DIR) \
|
||||||
$(NAS_DIR) \
|
$(NAS_DIR) \
|
||||||
$(NEON_DIR) \
|
$(NEON_DIR) \
|
||||||
|
$(OFA_DIR) \
|
||||||
$(SOUP_DIR) \
|
$(SOUP_DIR) \
|
||||||
$(POLYP_DIR) \
|
$(POLYP_DIR) \
|
||||||
$(SDL_DIR) \
|
$(SDL_DIR) \
|
||||||
|
@ -362,6 +369,7 @@ DIST_SUBDIRS = \
|
||||||
mythtv \
|
mythtv \
|
||||||
nas \
|
nas \
|
||||||
neon \
|
neon \
|
||||||
|
ofa \
|
||||||
soup \
|
soup \
|
||||||
sdl \
|
sdl \
|
||||||
sndfile \
|
sndfile \
|
||||||
|
|
Loading…
Reference in a new issue