blob: dba2dbb90036a217731d6cdbd5a4623efe5d1b47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
####### tdevelop 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
####### tdevelop will overwrite this part!!! (end)############
KDE_OPTIONS = noautodist
|