diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 16:05:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 16:05:52 -0600 |
commit | f7c422c252b103e67c10b79a3a15ff19847c9604 (patch) | |
tree | 7d5a5cd73907040646766278ec319033e698ce45 /kexi/formeditor/tdevelop_plugin/Makefile.am | |
parent | 41341d9fd0f2d06d65501088ec9808e7c6e0ecb3 (diff) | |
download | koffice-f7c422c252b103e67c10b79a3a15ff19847c9604.tar.gz koffice-f7c422c252b103e67c10b79a3a15ff19847c9604.zip |
Finish rename from prior commit
Diffstat (limited to 'kexi/formeditor/tdevelop_plugin/Makefile.am')
-rw-r--r-- | kexi/formeditor/tdevelop_plugin/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kexi/formeditor/tdevelop_plugin/Makefile.am b/kexi/formeditor/tdevelop_plugin/Makefile.am new file mode 100644 index 00000000..62507e9c --- /dev/null +++ b/kexi/formeditor/tdevelop_plugin/Makefile.am @@ -0,0 +1,21 @@ +include $(top_srcdir)/kexi/Makefile.global + +INCLUDES = -I$(top_srcdir)/kexi/formeditor -I$(top_srcdir)/kexi/core $(all_includes) +METASOURCES = AUTO + +# KFormDesigner KDevelop plugin +kde_module_LTLIBRARIES = libkformdesigner_kdev_part.la + +libkformdesigner_kdev_part_la_SOURCES = kfd_kdev_part.cpp +libkformdesigner_kdev_part_la_LDFLAGS = -module $(KDE_PLUGIN) $(VER_INFO) $(all_libraries) +libkformdesigner_kdev_part_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la \ + -lkinterfacedesigner $(LIB_KFILE) + +# this is where the desktop file will go +partdesktopdir = $(kde_servicesdir) +partdesktop_DATA = kformdesigner_kdev_part.desktop + +# this is where the part's XML-GUI resource file goes +partrcdir = $(kde_datadir)/kformdesigner_kdev_part +partrc_DATA = kformdesigner_part.rc kformdesigner_part_shell.rc + |