diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:35:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:35:32 +0200 |
commit | e230b6f78546827521107be23797048482c8b193 (patch) | |
tree | 948c1e77382c484819ea399bba4edcdc19cc6bf0 /import.am | |
parent | 211da5fc3048ca2b6ccee2166b0aaaade55cb84f (diff) | |
parent | 49120f48474fc8fdc2448c75d961bc238213cfac (diff) |
Update upstream source from tag 'upstream/0.28.2'
Update to upstream version '0.28.2'
with Debian dir 811236a8e9a1308bf427065dcb6270419ff4f965
Diffstat (limited to 'import.am')
-rw-r--r-- | import.am | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/import.am b/import.am deleted file mode 100644 index cbab67c..0000000 --- a/import.am +++ /dev/null @@ -1,54 +0,0 @@ -plugin_LTLIBRARIES += plugins/shotwell-data-imports/shotwell-data-imports.la -dist_noinst_DATA += \ - plugins/shotwell-data-imports/f-spot-24.png \ - plugins/shotwell-data-imports/org.gnome.Shotwell.Imports.gresource.xml - -plugins_shotwell_data_imports_shotwell_data_imports_la_SOURCES = \ - plugins/shotwell-data-imports/FSpotDatabaseBehavior.vala \ - plugins/shotwell-data-imports/FSpotDatabaseTable.vala \ - plugins/shotwell-data-imports/FSpotDatabase.vala \ - plugins/shotwell-data-imports/FSpotImporter.vala \ - plugins/shotwell-data-imports/FSpotMetaTable.vala \ - plugins/shotwell-data-imports/FSpotPhotosTable.vala \ - plugins/shotwell-data-imports/FSpotPhotoTagsTable.vala \ - plugins/shotwell-data-imports/FSpotPhotoVersionsTable.vala \ - plugins/shotwell-data-imports/FSpotRollsTable.vala \ - plugins/shotwell-data-imports/FSpotTableBehavior.vala \ - plugins/shotwell-data-imports/FSpotTagsTable.vala \ - plugins/shotwell-data-imports/shotwell-data-imports.vala \ - plugins/shotwell-data-imports/SqliteSupport.vala \ - plugins/shotwell-data-imports/VersionNumber.vala \ - plugins/shotwell-plugin-common.vapi - -nodist_plugins_shotwell_data_imports_shotwell_data_imports_la_SOURCES = \ - plugins/shotwell-data-imports/resource.c -MOSTLYCLEANFILES += plugins/shotwell-data-imports/resource.c - -plugins/shotwell-data-imports/resource.c: plugins/shotwell-data-imports/org.gnome.Shotwell.Imports.gresource.xml - $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(abs_top_srcdir)/plugins/shotwell-data-imports --generate $< - -plugins_shotwell_data_imports_shotwell_data_imports_la_VALAFLAGS = \ - $(COMMON_VALAFLAGS) \ - --pkg gtk+-3.0 \ - --pkg libsoup-2.4 \ - --pkg gexiv2 \ - --pkg gee-0.8 \ - --pkg json-glib-1.0 \ - --pkg shotwell-plugin-dev-1.0 \ - --pkg libxml-2.0 \ - --pkg webkit2gtk-4.0 \ - --pkg sqlite3 \ - --vapidir $(abs_top_srcdir)/plugins - -plugins_shotwell_data_imports_shotwell_data_imports_la_CFLAGS = \ - -DPLUGIN_RESOURCE_PATH='"/org/gnome/Shotwell/Imports"' \ - $(PLUGIN_CFLAGS) \ - $(COMMON_CFLAGS) \ - -I $(abs_top_srcdir)/plugins - -plugins_shotwell_data_imports_shotwell_data_imports_la_LDFLAGS = \ - $(SHOTWELL_PLUGIN_LDFLAGS) - -plugins_shotwell_data_imports_shotwell_data_imports_la_LIBADD = \ - $(IMPORT_LIBS) \ - $(top_builddir)/plugins/common/libshotwell-plugin-common.la |