summaryrefslogtreecommitdiffstats
path: root/konqueror/sidebar/web_module/Makefile.am
blob: 64675d3512374c0cb0f790341eaa0f9e063acab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDES = -I$(srcdir)/../ -I$(srcdir)/../../../libkonq $(all_includes)

kde_module_LTLIBRARIES = konqsidebar_web.la

METASOURCES = AUTO

konqsidebar_web_la_SOURCES = web_module.cpp
konqsidebar_web_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
konqsidebar_web_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML) ../libkonqsidebarplugin.la ../../../libkonq/libkonq.la

#plugindir=$(kde_datadir)/konqsidebartng/entries
#plugin_DATA=websidebar.desktop

pluginadddir=$(kde_datadir)/konqsidebartng/add
pluginadd_DATA=webmodule_add.desktop

htmldir=$(kde_datadir)/konqsidebartng/websidebar
html_DATA=websidebar.html