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/picasawebexport/Makefile.am

23 lines
1.0 KiB

METASOURCES = AUTO
INCLUDES = $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) $(KIPI_PLUGINS_COMMON_INCLUDE) $(LIBKIPI_CFLAGS) $(all_includes)
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = kipiplugin_picasawebexport.la
kipiplugin_picasawebexport_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP) $(LIBKEXIV2_LIBS_DEP) $(LIBKDCRAW_LIBS_DEP)
kipiplugin_picasawebexport_la_SOURCES = plugin_picasawebexport.cpp \
picasawebwindow.cpp picasaweblogin.cpp picasawebtalker.cpp \
picasawebwidget.cpp mpform.cpp picasawebviewitem.cpp \
PicasawebNewAlbumDialog.ui uploadwidget.ui
kipiplugin_picasawebexport_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT)
kipiplugin_picasawebexport_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins
kde_services_DATA = kipiplugin_picasawebexport.desktop
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/kipiplugin_picasawebexport.pot