~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to src/charon/plugins/nm/gnome/auth-dialog/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2009-04-01 22:17:52 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401221752-eozrk0ctabblo94z
* New upstream release, which incorporates the fix. Removed dpatch for it.
  Closes: #521950: CVE-2009-0790: DoS
* New support for EAP RADIUS authentication, enabled for this package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
libexec_PROGRAMS = nm-strongswan-auth-dialog
2
 
 
3
 
nm_strongswan_auth_dialog_CPPFLAGS = \
4
 
        $(GTHREAD_CFLAGS) \
5
 
        $(GTK_CFLAGS) \
6
 
        $(LIBGNOMEUI_CFLAGS) \
7
 
        $(GNOMEKEYRING_CFLAGS) \
8
 
        $(NETWORK_MANAGER_CFLAGS) \
9
 
        $(NM_UTILS_CFLAGS) \
10
 
        -DICONDIR=\""$(datadir)/pixmaps"\" \
11
 
        -DGLADEDIR=\""$(gladedir)"\" \
12
 
        -DBINDIR=\""$(bindir)"\" \
13
 
        -DDBUS_API_SUBJECT_TO_CHANGE \
14
 
        -DG_DISABLE_DEPRECATED \
15
 
        -DGDK_DISABLE_DEPRECATED \
16
 
        -DGNOME_DISABLE_DEPRECATED \
17
 
        -DGNOMELOCALEDIR=\"$(datadir)/locale\" \
18
 
        -DVERSION=\"$(VERSION)\"
19
 
 
20
 
nm_strongswan_auth_dialog_SOURCES =     \
21
 
        main.c
22
 
 
23
 
nm_strongswan_auth_dialog_LDADD = \
24
 
        $(GTK_LIBS) \
25
 
        $(LIBGNOMEUI_LIBS) \
26
 
        $(GNOMEKEYRING_LIBS)
27