diff options
author | Slávek Banko <[email protected]> | 2013-07-27 17:13:06 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-27 18:48:47 +0200 |
commit | a915aa74dc1acdd12de97f9d95a848b3b2a17abb (patch) | |
tree | f65d926875557195c5f6dd840a517e195eeda20e /src/konqplugin/Makefile.am | |
parent | 7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (diff) | |
download | tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.tar.gz tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.zip |
Initial TDE conversion
Diffstat (limited to 'src/konqplugin/Makefile.am')
-rw-r--r-- | src/konqplugin/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/konqplugin/Makefile.am b/src/konqplugin/Makefile.am index a00dedd..49b67ce 100644 --- a/src/konqplugin/Makefile.am +++ b/src/konqplugin/Makefile.am @@ -1,14 +1,14 @@ INCLUDES = $(all_includes) -kde_module_LTLIBRARIES = khtml_tork.la +kde_module_LTLIBRARIES = tdehtml_tork.la -khtml_tork_la_METASOURCES = AUTO -khtml_tork_la_SOURCES = tork_plug_in.cpp -khtml_tork_la_LIBADD = $(LIB_KHTML) -khtml_tork_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module +tdehtml_tork_la_METASOURCES = AUTO +tdehtml_tork_la_SOURCES = tork_plug_in.cpp +tdehtml_tork_la_LIBADD = $(LIB_TDEHTML) +tdehtml_tork_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module KDE_ICON = AUTO part_DATA = tork_plug_in.rc tork_plug_in.desktop -partdir = $(kde_datadir)/khtml/kpartplugins +partdir = $(kde_datadir)/tdehtml/kpartplugins |