~ubuntu-branches/debian/experimental/network-manager-openvpn/experimental

« back to all changes in this revision

Viewing changes to auth-dialog/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Soren Hansen, Michael Biebl
  • Date: 2009-11-27 10:12:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091127101221-31v0v0hgzstc4ztm
Tags: 0.7.2-1
[ Soren Hansen ]
* Remove myself from Uploaders.

[ Michael Biebl ]
* New upstream release.
* debian/control
  - Bump build dependencies on nm packages to (>= 0.7.2).
  - Bump Standards-Version to 3.8.3. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        -DICONDIR=\""$(datadir)/pixmaps"\"      \
11
11
        -DGLADEDIR=\""$(gladedir)"\"            \
12
12
        -DBINDIR=\""$(bindir)"\"                \
13
 
        -DDBUS_API_SUBJECT_TO_CHANGE            \
14
13
        -DG_DISABLE_DEPRECATED                  \
15
14
        -DGDK_DISABLE_DEPRECATED                \
16
15
        -DGNOME_DISABLE_DEPRECATED              \
17
16
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"  \
18
 
        -DVERSION=\"$(VERSION)\"                        \
19
 
        $(NULL)
 
17
        -DVERSION=\"$(VERSION)\"
20
18
 
21
19
nm_openvpn_auth_dialog_SOURCES =                        \
22
20
        main.c                                  \
23
21
        gnome-two-password-dialog.c             \
24
 
        gnome-two-password-dialog.h             \
25
 
        $(NULL)
 
22
        gnome-two-password-dialog.h
26
23
 
27
24
nm_openvpn_auth_dialog_LDADD =                  \
28
25
        $(GTK_LIBS)                             \
29
26
        $(GCONF_LIBS)                           \
30
 
        $(top_builddir)/common-gnome/libnm-openvpn-common-gnome.la \
31
 
        $(NULL)
 
27
        $(top_builddir)/common-gnome/libnm-openvpn-common-gnome.la
32
28
 
33
29
CLEANFILES = *~