diff options
Diffstat (limited to 'src/translators/pilotdb/Makefile.am')
-rw-r--r-- | src/translators/pilotdb/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/translators/pilotdb/Makefile.am b/src/translators/pilotdb/Makefile.am new file mode 100644 index 0000000..cf21d12 --- /dev/null +++ b/src/translators/pilotdb/Makefile.am @@ -0,0 +1,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 |