summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/htmlexport/Makefile.am
blob: 65dc6e391fe319cba843dfba566070742cd3c1b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
SUBDIRS     = themes
INCLUDES = $(KIPI_PLUGINS_COMMON_INCLUDE) $(LIBKIPI_CFLAGS) $(all_includes) $(LIBXSLT_CFLAGS)

METASOURCES = AUTO

# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = kipiplugin_htmlexport.la

kipiplugin_htmlexport_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP)
kipiplugin_htmlexport_la_SOURCES = \
	generator.cpp \
	themepage.ui \
	themeparameterspage.ui \
	imagesettingspage.ui \
	outputpage.ui \
	plugin.cpp \
	wizard.cpp \
	theme.cpp \
	htmlexportconfig.kcfgc \
	abstractthemeparameter.cpp \
	stringthemeparameter.cpp \
	listthemeparameter.cpp \
	colorthemeparameter.cpp \
	intthemeparameter.cpp \
	galleryinfo.cpp

kde_kcfg_DATA = \
	htmlexportconfig.kcfg

kipiplugin_htmlexport_la_LIBADD = -lexslt -lxml2 $(LIBXSLT_LIBS) $(LIBKIPI_LIBS) $(LIB_TDEFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)
kipiplugin_htmlexport_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins


# Install the desktop file needed to detect the plugin
kde_services_DATA = kipiplugin_htmlexport.desktop

# i18n translation messages
messages: rc.cpp
	$(XGETTEXT) *.cpp *.h -o $(podir)/kipiplugin_htmlexport.pot