diff options
Diffstat (limited to 'src/translators/pilotdb/libflatfile/Makefile.am')
-rw-r--r-- | src/translators/pilotdb/libflatfile/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/translators/pilotdb/libflatfile/Makefile.am b/src/translators/pilotdb/libflatfile/Makefile.am new file mode 100644 index 0000000..d3ab012 --- /dev/null +++ b/src/translators/pilotdb/libflatfile/Makefile.am @@ -0,0 +1,20 @@ +####### kdevelop will overwrite this part!!! (begin)########## +noinst_LIBRARIES = liblibflatfile.a + +AM_CPPFLAGS = $(all_includes) + +liblibflatfile_a_METASOURCES = AUTO + +liblibflatfile_a_SOURCES = DB.cpp Database.cpp + + +EXTRA_DIST = Database.cpp Database.h DB.cpp DB.h Field.h FType.h ListView.h ListViewColumn.h Record.h + +####### kdevelop will overwrite this part!!! (end)############ + +# is this the right way to do this? I need to include the strop.o object file since its +# in the parent directory +liblibflatfile_a_LIBADD = ../strop.o +CLEANFILES = strop.Po + +KDE_OPTIONS = noautodist |