summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-11-23 02:17:00 +0000
committerDavid Robillard <d@drobilla.net>2006-11-23 02:17:00 +0000
commit066c38eb3f0f5815037638b0bc56bf19a40e2830 (patch)
treee033cacb1b69ab27983b8173f2b6fd478a9fb0fe /Makefile.am
parent905d123b99dedeb2adc7f5a1dec014b883f22da7 (diff)
downloadingen-066c38eb3f0f5815037638b0bc56bf19a40e2830.tar.gz
ingen-066c38eb3f0f5815037638b0bc56bf19a40e2830.tar.bz2
ingen-066c38eb3f0f5815037638b0bc56bf19a40e2830.zip
Updated for Jack MIDI API
git-svn-id: http://svn.drobilla.net/lad/ingen@203 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 8e285ea3..9e613884 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,7 @@
SUBDIRS = src patches
-doc: doc/Doxyfile src/engine/*.h src/engine/*.cpp \
-src/common/util/*.h \
+doc: doc/Doxyfile src/libs/engine/*.h src/libs/engine/*.cpp \
src/common/interface/*.h \
-src/clients/*.h src/clients/*.cpp \
-src/clients/gtk/*.h src/clients/gtk/*.cpp
+src/libs/client/*.h src/libs/client/*.cpp \
+src/progs/ingenuity/*.h src/progs/ingenuity/*.cpp
doxygen doc/Doxyfile