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