mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
10 lines
160 B
Makefile
10 lines
160 B
Makefile
if FLaC__HAS_XMMS
|
|
XMMS_DIRS = plugin_xmms
|
|
endif
|
|
|
|
if DEBUG
|
|
DEBUG_DIRS = test_streams test_unit
|
|
endif
|
|
|
|
SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) $(DEBUG_DIRS)
|