~ubuntu-branches/ubuntu/precise/network-manager-applet/precise

« back to all changes in this revision

Viewing changes to src/wireless-security/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-03-14 16:03:22 UTC
  • mfrom: (1.2.27)
  • Revision ID: package-import@ubuntu.com-20120314160322-wdd419cyddzw00ib
Tags: 0.9.3.995+git.20120313t141231.c89224f-0ubuntu1
* upstream snapshot 2012-03-13 14:12:31 (GMT)
  + c89224f42f7cee4fca7369a890011a67350d8ff6
  - Freeze Exception: (LP: #953123)
  - Adding EAP-FAST support in UI.
  - mobile-wizard: fix sensitizing providers' list (LP: #894249)
* debian/patches/lp912150_lazy_notify_init.patch: dropped, applied upstream.
* debian/patches/lp330571_dxteam_wired_connect_text.patch: refreshed.
* debian/patches/lp330608_dxteam_gsm_connect_text.patch: refreshed.
* debian/patches/nm-applet-use-indicator.patch: refreshed.
* debian/patches/no_Werror.patch: dropped, applied upstream.
* debian/rules: pass --enable-more-warnings=no to retain the same behavior as
  with the no_Werror.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        eap-method-tls.c \
20
20
        eap-method-leap.h \
21
21
        eap-method-leap.c \
 
22
        eap-method-fast.h \
 
23
        eap-method-fast.c \
22
24
        eap-method-ttls.h \
23
25
        eap-method-ttls.c \
24
26
        eap-method-peap.h \
45
47
uidir = $(datadir)/nm-applet
46
48
ui_DATA = \
47
49
        eap-method-leap.ui \
 
50
        eap-method-fast.ui \
48
51
        eap-method-peap.ui \
49
52
        eap-method-simple.ui \
50
53
        eap-method-tls.ui \