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
423 B
16 lines
423 B
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = b_menu_panelapplet.la
|
|
|
|
b_menu_panelapplet_la_SOURCES = menuapplet.cpp menuapplet.skel
|
|
|
|
noinst_HEADERS = menuapplet.h
|
|
|
|
b_menu_panelapplet_la_METASOURCES = AUTO
|
|
|
|
b_menu_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
|
b_menu_panelapplet_la_LIBADD = $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI)
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/kmenuapplet.pot
|