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.
16 lines
463 B
16 lines
463 B
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kickermenu_tdeprint.la
|
|
|
|
kickermenu_tdeprint_la_SOURCES = print_mnu.cpp
|
|
kickermenu_tdeprint_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
kickermenu_tdeprint_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEIO) -ltdeprint
|
|
|
|
kickermenu_tdeprint_la_METASOURCES = AUTO
|
|
|
|
desktopmenu_DATA = printmenu.desktop
|
|
desktopmenudir = $(kde_datadir)/kicker/menuext
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/libkickermenu_tdeprint.pot
|