You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
488 B
17 lines
488 B
# Here resides the konsole view part.
|
|
|
|
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkdevkonsoleview.la
|
|
libkdevkonsoleview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkdevkonsoleview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
|
|
$(top_builddir)/lib/util/libkdevutil.la
|
|
|
|
libkdevkonsoleview_la_SOURCES = konsoleviewpart.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicedir = $(kde_servicesdir)
|
|
service_DATA = kdevkonsoleview.desktop
|
|
|