summaryrefslogtreecommitdiffstats
path: root/src/konqplugin/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-07-27 16:34:45 +0200
committerSlávek Banko <[email protected]>2013-07-27 16:34:45 +0200
commitd76ff81b7c1beffef0b84e570914c8f2d47834e6 (patch)
tree284b80ce7c5456fbb041f7979ac2c0baeead8902 /src/konqplugin/Makefile.am
downloadtork-d76ff81b7c1beffef0b84e570914c8f2d47834e6.tar.gz
tork-d76ff81b7c1beffef0b84e570914c8f2d47834e6.zip
Initial import of tork 0.33
Diffstat (limited to 'src/konqplugin/Makefile.am')
-rw-r--r--src/konqplugin/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/konqplugin/Makefile.am b/src/konqplugin/Makefile.am
new file mode 100644
index 0000000..a00dedd
--- /dev/null
+++ b/src/konqplugin/Makefile.am
@@ -0,0 +1,14 @@
+INCLUDES = $(all_includes)
+
+kde_module_LTLIBRARIES = khtml_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
+
+KDE_ICON = AUTO
+
+part_DATA = tork_plug_in.rc tork_plug_in.desktop
+partdir = $(kde_datadir)/khtml/kpartplugins
+