blob: 2bacd36fd3c95b05bd65d75de8c2fbedc4a21afb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
####### tdevelop will overwrite this part!!! (begin)##########
# po and doc do not exist. autmake 1.5 does not accept not existing pathes
SUBDIRS = klatin
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO klatin.lsm
AUTOMAKE_OPTIONS = foreign
include ../admin/Doxyfile.am
|