~noskcaj/ubuntu/trusty/xfce4-session/4.10.1-3

« back to all changes in this revision

Viewing changes to settings/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-02-12 23:19:43 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20120212231943-tc3fd0q86gp09qu8
Tags: 4.8.3-0ubuntu1
* New upstream bugfix release.
* debian/rules:
  - use debhelper 9 hardening support.
* Fix paths for multiarch dirs.
* debian/compat bumped to 9.
* debian/control:
  - drop hardening-includes build-dep.
  - update debhelper build-dep to 9 for hardening support.
  - add dpkg-dev 1.16.1 build-dep for hardening support.
  - pre-depends on multiarch-support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        $(LIBXFCE4UTIL_CFLAGS) \
29
29
        $(LIBXFCE4UI_CFLAGS) \
30
30
        $(XFCONF_CFLAGS) \
31
 
        $(DBUS_GLIB_CFLAGS)
 
31
        $(DBUS_GLIB_CFLAGS) \
 
32
        $(GMODULE_CFLAGS)
32
33
 
33
34
xfce4_session_settings_LDADD = \
34
35
        $(top_builddir)/libxfsm/libxfsm-4.6.la \
35
36
        $(LIBXFCE4UTIL_CFLAGS) \
36
37
        $(LIBXFCE4UI_LIBS) \
37
38
        $(XFCONF_LIBS) \
38
 
        $(DBUS_GLIB_LIBS)
 
39
        $(DBUS_GLIB_LIBS) \
 
40
        $(GMODULE_LIBS)
39
41
 
40
42
xfce4_session_settings_DEPENDENCIES = \
41
43
        $(top_builddir)/libxfsm/libxfsm-4.6.la