diff options
Diffstat (limited to 'parts/texttools/Makefile.am')
-rw-r--r-- | parts/texttools/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/parts/texttools/Makefile.am b/parts/texttools/Makefile.am new file mode 100644 index 00000000..8ebbc6b5 --- /dev/null +++ b/parts/texttools/Makefile.am @@ -0,0 +1,18 @@ +# Here resides the text tools part. + +INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/sourceinfo -I$(top_srcdir)/lib/util $(all_includes) + +kde_module_LTLIBRARIES = libkdevtexttools.la +libkdevtexttools_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) +libkdevtexttools_la_LIBADD = $(top_builddir)/lib/libkdevelop.la + +libkdevtexttools_la_SOURCES = texttoolspart.cpp texttoolswidget.cpp + +METASOURCES = AUTO + +servicedir = $(kde_servicesdir) +service_DATA = kdevtexttools.desktop + +# not used currently +#rcdir = $(kde_datadir)/kdevtexttools +#rc_DATA = kdevtexttools.rc |