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.
20 lines
546 B
20 lines
546 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_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
kdict_panelapplet_la_LIBADD = $(LIB_KSYCOCA) $(LIB_TDEUI)
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/kdictapplet.pot
|