mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
2395ed73bc
Original commit message from CVS: oops, longtime pending fix
9 lines
167 B
Makefile
9 lines
167 B
Makefile
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
|