blob: 1574444029ba8f8c9a8009e5d7f12b8dab664047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
####### tdevelop will overwrite this part!!! (begin)##########
SUBDIRS = kstars
EXTRA_DIST = kstars.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO kstars.lsm README.customize
####### tdevelop 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
DOXYGEN_SET_RECURSIVE = YES
DOXYGEN_EXCLUDE = kstars/indi/
include ../admin/Doxyfile.am
|