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.
tdenetwork/kdict/applet/Makefile.am

20 lines
553 B

INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = kdict_panelapplet.la
kdict_panelapplet_la_SOURCES = kdictapplet.cpp
METASOURCES = AUTO
noinst_HEADERS = kdictapplet.h
lnkdir = $(kde_datadir)/kicker/applets
lnk_DATA = kdictapplet.desktop
EXTRA_DIST = $(lnk_DATA)
kdict_panelapplet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kdict_panelapplet_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDEUI)
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/kdictapplet.pot