Files
flac/src/Makefile.am

10 lines
160 B
Makefile
Raw Normal View History

2001-05-23 20:58:57 +00:00
if FLaC__HAS_XMMS
2001-01-19 22:39:39 +00:00
XMMS_DIRS = plugin_xmms
endif
if DEBUG
DEBUG_DIRS = test_streams test_unit
endif
2001-02-23 21:28:29 +00:00
SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) $(DEBUG_DIRS)