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.
13 lines
442 B
13 lines
442 B
INCLUDES = $(all_includes)
|
|
METASOURCES = AUTO
|
|
kde_module_LTLIBRARIES = librellinksplugin.la
|
|
librellinksplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
|
librellinksplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML)
|
|
librellinksplugin_la_SOURCES = plugin_rellinks.cpp
|
|
plugins_DATA = plugin_rellinks.rc plugin_rellinks.desktop
|
|
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/rellinks.pot
|
|
|