summaryrefslogtreecommitdiff
path: root/plugins/shotwell-data-imports/Makefile
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:09:31 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:09:31 +0200
commit143bfc9f801c84428074312d661f8e08803df83b (patch)
tree59a8a447529bd9ce3807aa8bacef861dc5aafd70 /plugins/shotwell-data-imports/Makefile
parent29a7aef998e975b42401cfa96d1b750d91eadf06 (diff)
Imported Upstream version 0.23.5upstream/0.23.5
Diffstat (limited to 'plugins/shotwell-data-imports/Makefile')
-rw-r--r--plugins/shotwell-data-imports/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/plugins/shotwell-data-imports/Makefile b/plugins/shotwell-data-imports/Makefile
deleted file mode 100644
index 203aeed..0000000
--- a/plugins/shotwell-data-imports/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-
-PLUGIN := shotwell-data-imports
-
-PLUGIN_PKGS := \
- gtk+-3.0 \
- gexiv2 \
- gee-0.8 \
- sqlite3 \
- libxml-2.0 \
- libsoup-2.4
-
-SRC_FILES := \
- shotwell-data-imports.vala \
- VersionNumber.vala \
- SqliteSupport.vala \
- FSpotImporter.vala \
- FSpotDatabaseBehavior.vala \
- FSpotDatabase.vala \
- FSpotDatabaseTable.vala \
- FSpotTableBehavior.vala \
- FSpotMetaTable.vala \
- FSpotPhotosTable.vala \
- FSpotPhotoTagsTable.vala \
- FSpotPhotoVersionsTable.vala \
- FSpotRollsTable.vala \
- FSpotTagsTable.vala
-
-RC_FILES := \
- f-spot-24.png
-
-include ../Makefile.plugin.mk
-