INCLUDES = $(all_includes) METASOURCES = AUTO # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = libspeakerplugin.la libspeakerplugin_la_SOURCES = plugin_speaker.cpp libspeakerplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML) libspeakerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) pluginsdir = $(kde_datadir)/khtml/kpartplugins plugins_DATA = plugin_speaker.rc KDE_ICON = speaker messages: rc.cpp $(XGETTEXT) *.cpp *.h -o $(podir)/speaker.pot