blob: cf21d12df38f0907c6bf6e01155145f9e7d0135f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
####### kdevelop will overwrite this part!!! (begin)##########
noinst_LIBRARIES = libpilotdb.a
AM_CPPFLAGS = $(all_includes)
libpilotdb_a_METASOURCES = AUTO
libpilotdb_a_SOURCES = pilotdb.cpp strop.cpp
SUBDIRS = libflatfile libpalm
EXTRA_DIST = strop.cpp strop.h portability.h pilotdb.h pilotdb.cpp
####### kdevelop will overwrite this part!!! (end)############
KDE_OPTIONS = noautodist
|