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.
22 lines
637 B
22 lines
637 B
INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/kicker/libkicker $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = trash_panelapplet.la
|
|
trash_panelapplet_la_SOURCES = trashbutton.cpp trashapplet.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = \
|
|
trashapplet.h trashbutton.h
|
|
|
|
lnkdir = $(kde_datadir)/kicker/applets
|
|
lnk_DATA = trashapplet.desktop
|
|
|
|
EXTRA_DIST = $(lnk_DATA)
|
|
|
|
trash_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
|
trash_panelapplet_la_LIBADD = ../../libkicker/libkickermain.la ../../../libkonq/libkonq.la $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEUTILS)
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/trashapplet.pot
|
|
|