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.
12 lines
424 B
12 lines
424 B
15 years ago
|
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) -lkonqsidebarplugin
|
||
|
konqsidebar_%{APPNAMELC}_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE)
|
||
|
|
||
|
%{APPNAMELC}_entry_DATA = %{APPNAMELC}.desktop
|
||
|
%{APPNAMELC}_entrydir = $(kde_datadir)/konqsidebartng/entries
|