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

« back to all changes in this revision

Viewing changes to src/charon/plugins/nm/gnome/properties/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
 
plugindir = $(libdir)/NetworkManager
2
 
plugin_LTLIBRARIES = libnm-strongswan-properties.la
3
 
 
4
 
libnm_strongswan_properties_la_SOURCES = \
5
 
        nm-strongswan.c \
6
 
        nm-strongswan.h
7
 
 
8
 
gladedir = $(datadir)/gnome-vpn-properties/strongswan
9
 
glade_DATA = nm-strongswan-dialog.glade
10
 
 
11
 
libnm_strongswan_properties_la_CFLAGS =                          \
12
 
        $(GLADE_CFLAGS)                                 \
13
 
        $(GTK_CFLAGS)                                   \
14
 
        $(GCONF_CFLAGS)                                 \
15
 
        $(LIBGNOMEUI_CFLAGS)                            \
16
 
        $(NM_UTILS_CFLAGS)                              \
17
 
        -DICONDIR=\""$(datadir)/pixmaps"\"              \
18
 
        -DGLADEDIR=\""$(gladedir)"\"                    \
19
 
        -DG_DISABLE_DEPRECATED                          \
20
 
        -DGDK_DISABLE_DEPRECATED                        \
21
 
        -DGNOME_DISABLE_DEPRECATED                      \
22
 
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"          \
23
 
        -DVERSION=\"$(VERSION)\"
24
 
 
25
 
libnm_strongswan_properties_la_LIBADD = \
26
 
        $(GLADE_LIBS) \
27
 
        $(GTK_LIBS) \
28
 
        $(GCONF_LIBS) \
29
 
        $(LIBGNOMEUI_LIBS) \
30
 
        $(NM_UTILS_LIBS)
31
 
 
32
 
libnm_strongswan_properties_la_LDFLAGS =      \
33
 
        -avoid-version
34
 
 
35
 
CLEANFILES = *.bak *.gladep *~
36
 
 
37
 
EXTRA_DIST =                            \
38
 
        $(glade_DATA)