diff options
Diffstat (limited to 'khangman/Makefile.am')
-rw-r--r-- | khangman/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/khangman/Makefile.am b/khangman/Makefile.am new file mode 100644 index 00000000..0295084a --- /dev/null +++ b/khangman/Makefile.am @@ -0,0 +1,13 @@ +####### kdevelop will overwrite this part!!! (begin)########## + +SUBDIRS = khangman + +EXTRA_DIST = TODO README AUTHORS khangman.lsm INSTALL ChangeLog COPYING khangman.kdevprj + +####### kdevelop will overwrite this part!!! (end)############ +# not a GNU package. You can remove this line, if +# have all needed files, that a GNU package needs +AUTOMAKE_OPTIONS = foreign + +include ../admin/Doxyfile.am + |