blob: 2f286083ee8044088ec0a9d9eacf88982d4a991b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
PLUGINS := \
shotwell-transitions \
shotwell-publishing \
shotwell-data-imports
PLUGINS_RC := \
plugins/shotwell-publishing/facebook.png \
plugins/shotwell-publishing/facebook_publishing_options_pane.glade \
plugins/shotwell-publishing/flickr.png \
plugins/shotwell-publishing/flickr_publishing_options_pane.glade \
plugins/shotwell-publishing/flickr_pin_entry_pane.glade \
plugins/shotwell-publishing/picasa.png \
plugins/shotwell-publishing/picasa_publishing_options_pane.glade \
plugins/shotwell-publishing/youtube.png \
plugins/shotwell-publishing/youtube_publishing_options_pane.glade \
plugins/shotwell-publishing/piwigo.png \
plugins/shotwell-publishing/piwigo_authentication_pane.glade \
plugins/shotwell-publishing/piwigo_publishing_options_pane.glade \
plugins/shotwell-transitions/slideshow-plugin.png
EXTRA_PLUGINS := \
shotwell-publishing-extras
EXTRA_PLUGINS_RC := \
plugins/shotwell-publishing-extras/yandex_publish_model.glade \
plugins/shotwell-data-imports/f-spot-24.png \
plugins/shotwell-publishing-extras/gallery3.png \
plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade \
plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade \
plugins/shotwell-publishing-extras/tumblr.png \
plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade \
plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade \
plugins/shotwell-publishing-extras/rajce.png \
plugins/shotwell-publishing-extras/rajce_authentication_pane.glade \
plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade
ALL_PLUGINS := $(PLUGINS) $(EXTRA_PLUGINS)
|