summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 00000000..7125e80e
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,8 @@
+SUBDIRS = src
+
+doc: Doxyfile src/engine/*.h src/engine/*.cpp \
+src/common/util/*.h \
+src/common/interface/*.h \
+src/clients/*.h src/clients/*.cpp \
+src/clients/gtk/*.h src/clients/gtk/*.cpp
+ doxygen