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.
19 lines
517 B
19 lines
517 B
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kickermenu_find.la
|
|
|
|
kickermenu_find_la_SOURCES = findmenu.cpp
|
|
kickermenu_find_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
kickermenu_find_la_LIBADD = $(LIB_TDEUI)
|
|
|
|
kickermenu_find_la_METASOURCES = AUTO
|
|
|
|
desktopmenu_DATA = find.desktop
|
|
desktopmenudir = $(kde_datadir)/kicker/menuext
|
|
|
|
findmenu_data_DATA = kfind.desktop websearch.desktop
|
|
findmenu_datadir = $(kde_datadir)/kicker/menuext/find
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/libkickermenu_find.pot
|