summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@ubuntu.com>2010-04-09 12:53:33 +0200
committerBenjamin Drung <bdrung@ubuntu.com>2010-04-09 12:53:33 +0200
commit56ad9eb46da6e9b941795b17fb4fa18b6f75c4ae (patch)
tree506dd25abf80e476198b0dd973455050e6f6ddf8 /src/Makefile
Imported Upstream version 2.3
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
new file mode 100644
index 0000000..249cb5b
--- /dev/null
+++ b/src/Makefile
@@ -0,0 +1,13 @@
+SUBDIRS = libaudcore libguess libid3tag libaudtag audacious libaudgui tests
+
+include ../extra.mk
+
+ifeq ($(USE_EGGSM),yes)
+SUBDIRS := libeggsmclient ${SUBDIRS}
+endif
+
+ifeq ($(USE_DBUS),yes)
+SUBDIRS := libaudclient audtool ${SUBDIRS}
+endif
+
+include ../buildsys.mk