blob: 709a406e21cf159d5daf2abd86f7623f571ef7a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
####### tdevelop will overwrite this part!!! (begin)##########
noinst_LIBRARIES = liblibpalm.a
AM_CPPFLAGS = $(all_includes)
liblibpalm_a_METASOURCES = AUTO
liblibpalm_a_SOURCES = Database.cpp Block.cpp
EXTRA_DIST = Block.cpp Block.h palmtypes.h Record.h Resource.h Database.h Database.cpp
####### tdevelop will overwrite this part!!! (end)############
KDE_OPTIONS = noautodist
|