You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kipi-plugins/kipi-plugins/wallpaper/Makefile.am

19 lines
578 B

INCLUDES = $(LIBKIPI_CFLAGS) $(all_includes)
METASOURCES = AUTO
kde_module_LTLIBRARIES = kipiplugin_wallpaper.la
kipiplugin_wallpaper_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP)
kipiplugin_wallpaper_la_SOURCES = plugin_wallpaper.cpp
kipiplugin_wallpaper_la_LIBADD = $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT)
kipiplugin_wallpaper_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/kipi/plugins
kde_services_DATA = kipiplugin_wallpaper.desktop
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/kipiplugin_wallpaper.pot