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.
30 lines
832 B
30 lines
832 B
#########################################################################
|
|
# KPART SECTION
|
|
#########################################################################
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)/kompare/libdiff2 \
|
|
-I$(top_srcdir)/kompare/komparepart \
|
|
$(all_includes)
|
|
|
|
noinst_HEADERS = \
|
|
komparenavtreepart.h
|
|
|
|
# let automoc handle all of the meta source files (moc)
|
|
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = libkomparenavtreepart.la
|
|
|
|
# the Part's source, library search path, and link libraries
|
|
libkomparenavtreepart_la_SOURCES = \
|
|
komparenavtreepart.cpp
|
|
|
|
libkomparenavtreepart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
|
|
libkomparenavtreepart_la_LIBADD = $(LIB_TDEPARTS) ../libdiff2/libdiff2.la
|
|
|
|
# this is where the desktop file will go
|
|
partdesktopdir = $(kde_servicesdir)
|
|
partdesktop_DATA = komparenavtreepart.desktop
|
|
|
|
|