summaryrefslogtreecommitdiff
path: root/plugins/shotwell-publishing/meson.build
blob: 962195c9b6697fcacd0ae2a07854bf16e79603ac (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
shotwell_publishing_sources = [
    'shotwell-publishing.vala',
    'FlickrPublishing.vala',
    'TumblrPublishing.vala',
    'YouTubePublishing.vala',
    'YoutubeUploader.vala',
    'PiwigoPublishing.vala',
    'PhotosPublisher.vala',
    'PhotosService.vala',
    'PhotosPublishingPane.vala',
    'PhotosUploader.vala'
]

shotwell_publishing_resources = gnome.compile_resources('publishing-resource',
        'org.gnome.Shotwell.Publishing.gresource.xml',
        source_dir : meson.project_source_root())

shared_module('shotwell-publishing',
              shotwell_publishing_sources + shotwell_publishing_resources,
              dependencies : [gtk, soup, gexiv2, gee, sw_plugin, json_glib,
                              sw_plugin_common_dep, xml, gcr,
                              gcr_ui, authenticator_dep, secret],
              c_args : ['-DPLUGIN_RESOURCE_PATH="/org/gnome/Shotwell/Publishing"',
                        '-DGCR_API_SUBJECT_TO_CHANGE'],
              install: true,
              install_dir : shotwell_plugin_dir)