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.
|
|
|
INCLUDES= $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES=konqsidebar_%{APPNAMELC}.la
|
|
|
|
|
|
|
|
konqsidebar_%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp
|
|
|
|
konqsidebar_%{APPNAMELC}_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) -lkonqsidebarplugin
|
|
|
|
konqsidebar_%{APPNAMELC}_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEFILE)
|
|
|
|
|
|
|
|
%{APPNAMELC}_entry_DATA = %{APPNAMELC}.desktop
|
|
|
|
%{APPNAMELC}_entrydir = $(kde_datadir)/konqsidebartng/entries
|