diff options
Diffstat (limited to 'kexi/core/Makefile.am')
-rw-r--r-- | kexi/core/Makefile.am | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/kexi/core/Makefile.am b/kexi/core/Makefile.am new file mode 100644 index 00000000..4a69feda --- /dev/null +++ b/kexi/core/Makefile.am @@ -0,0 +1,41 @@ +include $(top_srcdir)/kexi/Makefile.global + +lib_LTLIBRARIES = libkexicore.la +libkexicore_la_SOURCES = kexi_global.cpp kexi.cpp kexiaboutdata.cpp \ + keximainwindow.cpp \ + kexidbconnectionset.cpp kexiprojectset.cpp \ + kexiactionproxy.cpp kexiactioncategories.cpp kexisharedactionhost.cpp \ + kexiproject.cpp kexidialogbase.cpp kexiviewbase.cpp \ + kexipartmanager.cpp kexipartinfo.cpp kexipartitem.cpp kexipart.cpp \ + kexiprojectdata.cpp kexiinternalpart.cpp \ + kexidragobjects.cpp \ + kexiuseraction.cpp kexiuseractionmethod.cpp \ + kexistartupdata.cpp kexiguimsghandler.cpp kexitextmsghandler.cpp \ + kexidataiteminterface.cpp kexievents.cpp \ + kexidbshortcutfile.cpp \ + kexiblobbuffer.cpp kexistaticpart.cpp \ + kexitabledesignerinterface.cpp kexisearchandreplaceiface.cpp \ + kexitemplateloader.cpp + +#kexipartdatasource.cpp + +libkexicore_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(VER_INFO) -Wnounresolved -no-undefined + +SUBDIRS = . + +libkexicore_la_LIBADD = $(LIB_KEXI_KMDI) \ + $(top_builddir)/kexi/kexiutils/libkexiutils.la \ + $(top_builddir)/kexi/kexidb/libkexidb.la \ + $(top_builddir)/kexi/kexidb/parser/libkexidbparser.la \ + $(top_builddir)/lib/koproperty/libkoproperty.la + +INCLUDES = $(LIB_KEXI_KMDI_INCLUDES) \ + -I$(top_srcdir)/lib/kofficecore \ + -I$(top_srcdir)/lib \ + -I$(top_srcdir)/kexi \ + $(all_includes) + +noinst_HEADERS = kexiactionproxy_p.h kexicontexthelp_p.h kexisharedactionhost_p.h \ + kexipartinfo_p.h + +METASOURCES = AUTO |