diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 15:11:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 15:11:08 +0200 |
commit | cb612a12b952e349b96d427645aaeb55d15f509a (patch) | |
tree | f29298f41d2a7ea2a976616243aca64c2c2547ce /plugins/shotwell-publishing/Makefile | |
parent | e7be93745e4a2ff3aa255227bef7b9d3b733aafa (diff) | |
parent | 143bfc9f801c84428074312d661f8e08803df83b (diff) |
Merge tag 'upstream/0.23.5'
Upstream version 0.23.5
Diffstat (limited to 'plugins/shotwell-publishing/Makefile')
-rw-r--r-- | plugins/shotwell-publishing/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/plugins/shotwell-publishing/Makefile b/plugins/shotwell-publishing/Makefile deleted file mode 100644 index 607bc6b..0000000 --- a/plugins/shotwell-publishing/Makefile +++ /dev/null @@ -1,37 +0,0 @@ - -PLUGIN := shotwell-publishing - -PLUGIN_PKGS := \ - gtk+-3.0 \ - libsoup-2.4 \ - libxml-2.0 \ - webkit2gtk-4.0 \ - gexiv2 \ - rest-0.7 \ - gee-0.8 \ - json-glib-1.0 - -SRC_FILES := \ - shotwell-publishing.vala \ - FacebookPublishing.vala \ - PicasaPublishing.vala \ - FlickrPublishing.vala \ - YouTubePublishing.vala \ - PiwigoPublishing.vala - -RC_FILES := \ - facebook.png \ - facebook_publishing_options_pane.glade \ - flickr.png \ - flickr_publishing_options_pane.glade \ - flickr_pin_entry_pane.glade \ - picasa.png \ - picasa_publishing_options_pane.glade \ - piwigo.png \ - piwigo_authentication_pane.glade \ - piwigo_publishing_options_pane.glade \ - youtube.png \ - youtube_publishing_options_pane.glade - -include ../Makefile.plugin.mk - |