initial version
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..a5cdb97
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,9 @@
+if XMMS
+XMMS_DIRS = plugin_xmms
+endif
+
+if DEBUG
+DEBUG_DIRS = test_streams test_unit
+endif
+
+SUBDIRS = libFLAC flac $(XMMS_DIRS) $(DEBUG_DIRS)