10 lines
167 B
Makefile
10 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
|