~noskcaj/ubuntu/utopic/eog-plugins/merge

« back to all changes in this revision

Viewing changes to plugins/postasa/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-06-06 07:38:51 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20130606073851-mhz2bdrti5sducrv
Tags: 3.8.1-1
* New upstream release.
* Bump required version of eog to (>= 3.5.5), libgtk-3-dev to (>= 3.3.8) and
  libglib2.0-dev to (>= 2.32.0).
* Bump Standards-Version to 3.9.4. No further changes.
* Add Build-Depends on autotools-dev as lintian was complaining about
  outdated config.{guess,sub}.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
plugin_LTLIBRARIES = libpostasa.la
15
15
 
 
16
BUILT_SOURCES = \
 
17
        eog-postasa-plugin-resources.c
 
18
 
16
19
libpostasa_la_SOURCES = \
 
20
        ${BUILT_SOURCES}                                \
17
21
        eog-postasa-plugin.h                            \
18
22
        eog-postasa-plugin.c
19
23
 
24
28
libpostasa_la_LIBADD = $(EOG_LIBS)                      \
25
29
        $(POSTASA_LIBS)
26
30
 
 
31
eog-postasa-plugin-resources.c: eog-postasa-plugin.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/eog-postasa-plugin.gresource.xml)
 
32
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --internal --target=$@ --sourcedir=$(srcdir) --generate-source $(srcdir)/eog-postasa-plugin.gresource.xml
 
33
 
 
34
UI_FILES = postasa-config.xml postasa-uploads.xml
27
35
 
28
36
# Plugin Info
29
37
 
30
38
plugin_in_files = postasa.plugin.desktop.in
31
39
 
32
 
UI_FILES = postasa-config.xml postasa-uploads.xml
33
 
ui_DATA = $(UI_FILES)
34
 
uidir = $(EOG_PLUGINS_DATA_DIR)/postasa
35
 
 
36
40
%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(AM_V_GEN)$(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
37
41
 
38
42
plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
39
43
 
40
 
EXTRA_DIST = $(plugin_in_files) $(UI_FILES)
 
44
EXTRA_DIST = \
 
45
        $(plugin_in_files)      \
 
46
        $(UI_FILES)             \
 
47
        eog-postasa-plugin.gresource.xml
41
48
 
42
 
CLEANFILES = $(plugin_DATA)
43
 
DISTCLEANFILES = $(plugin_DATA)
 
49
CLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
 
50
DISTCLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
44
51
 
45
52
-include $(top_srcdir)/git.mk