diff options
Diffstat (limited to 'parts/openwith/Makefile.am')
-rw-r--r-- | parts/openwith/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parts/openwith/Makefile.am b/parts/openwith/Makefile.am new file mode 100644 index 00000000..59bf6185 --- /dev/null +++ b/parts/openwith/Makefile.am @@ -0,0 +1,15 @@ +# Here resides the openwith part. + +INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) + +kde_module_LTLIBRARIES = libkdevopenwith.la +libkdevopenwith_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) +libkdevopenwith_la_LIBADD = $(top_builddir)/lib/libkdevelop.la + +libkdevopenwith_la_SOURCES = openwithpart.cpp + +METASOURCES = AUTO + +servicedir = $(kde_servicesdir) +service_DATA = kdevopenwith.desktop + |