~ubuntu-branches/debian/sid/policykit-1-gnome/sid

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-01-28 22:27:25 UTC
  • Revision ID: package-import@ubuntu.com-20120128222725-2nsqedmk9p96y9ge
Tags: 0.105-2
* Drop 0001-Revert-Drop-marshaller-complications.patch and add an explizit
  Build-Depends on libglib2.0-dev (>= 2.30) instead.
* Fix versioned Build-Depends on dpkg-dev.
  The buildflags.mk snippet was added in version 1.16.1, not 1.6.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
libexec_PROGRAMS = polkit-gnome-authentication-agent-1
7
7
 
8
 
polkitgnomemarshal.h polkitgnomemarshal.c : Makefile.am $(srcdir)/polkitgnomemarshal.list
9
 
        glib-genmarshal --prefix=_polkit_gnome_marshal $(srcdir)/polkitgnomemarshal.list --header > polkitgnomemarshal.h.tmp && mv polkitgnomemarshal.h.tmp polkitgnomemarshal.h
10
 
        (echo "#include \"polkitgnomemarshal.h\""; glib-genmarshal --prefix=_polkit_gnome_marshal $(srcdir)/polkitgnomemarshal.list --body) > polkitgnomemarshal.c.tmp && mv polkitgnomemarshal.c.tmp polkitgnomemarshal.c
11
 
        touch polkitgnomemarshal.stamp
12
 
 
13
 
BUILT_SOURCES = polkitgnomemarshal.h polkitgnomemarshal.c
14
 
 
15
8
polkit_gnome_authentication_agent_1_SOURCES =                                           \
16
9
        polkitgnomelistener.h                   polkitgnomelistener.c                   \
17
10
        polkitgnomeauthenticator.h              polkitgnomeauthenticator.c              \
49
42
        $(POLKIT_GOBJECT_LIBS)                          \
50
43
        $(INTLLIBS)
51
44
 
52
 
EXTRA_DIST = polkitgnomemarshal.list
53
 
 
54
45
clean-local :
55
46
        rm -f *~