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)
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = kickermenu_konqueror.la
|
|
|
|
|
|
|
|
kickermenu_konqueror_la_SOURCES = konqy_menu.cpp
|
|
|
|
kickermenu_konqueror_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
|
|
kickermenu_konqueror_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEIO)
|
|
|
|
|
|
|
|
kickermenu_konqueror_la_METASOURCES = AUTO
|
|
|
|
|
|
|
|
desktopmenu_DATA = konquerormenu.desktop
|
|
|
|
desktopmenudir = $(kde_datadir)/kicker/menuext
|
|
|
|
|
|
|
|
messages:
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/libkickermenu_konqueror.pot
|