diff options
Diffstat (limited to 'parts/grepview/Makefile.am')
-rw-r--r-- | parts/grepview/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/parts/grepview/Makefile.am b/parts/grepview/Makefile.am new file mode 100644 index 00000000..49f3c202 --- /dev/null +++ b/parts/grepview/Makefile.am @@ -0,0 +1,19 @@ +# Here resides the grep view part. + +INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ + -I$(top_srcdir)/lib/widgets $(all_includes) + +kde_module_LTLIBRARIES = libkdevgrepview.la +libkdevgrepview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) +libkdevgrepview_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ + $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) + +libkdevgrepview_la_SOURCES = grepviewpart.cpp grepviewwidget.cpp grepdlg.cpp + +METASOURCES = AUTO + +servicedir = $(kde_servicesdir) +service_DATA = kdevgrepview.desktop + +rcdir = $(kde_datadir)/kdevgrepview +rc_DATA = kdevgrepview.rc |