mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
oops, longtime pending fix
Original commit message from CVS: oops, longtime pending fix
This commit is contained in:
parent
e97efffb9f
commit
a5481ad675
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
SUBDIRS = audio idct resample riff floatcast gconf
|
if USE_GCONF
|
||||||
|
GCONF_DIR=gconf
|
||||||
|
else
|
||||||
|
GCONF_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
|
SUBDIRS = audio idct resample riff floatcast $(GCONF_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS = audio idct resample riff floatcast gconf
|
DIST_SUBDIRS = audio idct resample riff floatcast gconf
|
||||||
|
|
Loading…
Reference in a new issue