diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-26 08:39:49 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-26 08:39:49 +0200 |
commit | 29a7aef998e975b42401cfa96d1b750d91eadf06 (patch) | |
tree | eda2bdff398789ea2358cc39986dd1f7ee9d027a /plugins/shotwell-data-imports/Makefile | |
parent | 4e10e30c2f99d552239871aa1b27a08a6c18f1a4 (diff) |
Imported Upstream version 0.23.2upstream/0.23.2
Diffstat (limited to 'plugins/shotwell-data-imports/Makefile')
-rw-r--r-- | plugins/shotwell-data-imports/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/shotwell-data-imports/Makefile b/plugins/shotwell-data-imports/Makefile index 52329e7..203aeed 100644 --- a/plugins/shotwell-data-imports/Makefile +++ b/plugins/shotwell-data-imports/Makefile @@ -5,12 +5,14 @@ PLUGIN_PKGS := \ gtk+-3.0 \ gexiv2 \ gee-0.8 \ - sqlite3 + sqlite3 \ + libxml-2.0 \ + libsoup-2.4 SRC_FILES := \ shotwell-data-imports.vala \ - ../common/VersionNumber.vala \ - ../common/SqliteSupport.vala \ + VersionNumber.vala \ + SqliteSupport.vala \ FSpotImporter.vala \ FSpotDatabaseBehavior.vala \ FSpotDatabase.vala \ |