mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 09:15:29 +00:00
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
|