summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/helloworld/Makefile.am
blob: aed7e13a44599731d1a245c5b0934efb1ef9a5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
INCLUDES    = $(LIBKIPI_CFLAGS) $(all_includes)
METASOURCES = AUTO

# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = kipiplugin_helloworld.la
kipiplugin_helloworld_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP)
# Srcs for the plugin
kipiplugin_helloworld_la_SOURCES = plugin_helloworld.cpp 

# Libs needed by the plugin
kipiplugin_helloworld_la_LIBADD = $(LIBKIPI_LIBS) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT)

# LD flags for the plugin
kipiplugin_helloworld_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)

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

# i18n translation messages 
#Nota : no need a translation file for this plugin.
#messages: rc.cpp
#	$(XGETTEXT) *.cpp *.h -o $(podir)/kipiplugin_helloworld.pot