2004-07-27 17:05:24 +00:00
|
|
|
|
2004-10-29 20:24:34 +00:00
|
|
|
INCLUDES = -I${top_srcdir}
|
|
|
|
|
|
2004-11-16 02:41:53 +00:00
|
|
|
AM_CPPFLAGS = \
|
2004-08-05 18:54:29 +00:00
|
|
|
$(NM_CFLAGS) \
|
|
|
|
|
$(GTK_CFLAGS) \
|
2004-09-29 22:22:05 +00:00
|
|
|
$(GDK_PIXBUF_CFLAGS) \
|
|
|
|
|
$(GLADE_CFLAGS) \
|
|
|
|
|
$(GCONF_CFLAGS) \
|
|
|
|
|
$(LIBGNOMEUI_CFLAGS) \
|
2004-12-01 22:34:35 +00:00
|
|
|
$(GNOME_KEYRING_CFLAGS) \
|
2004-08-05 18:54:29 +00:00
|
|
|
-Wall \
|
2004-09-29 22:22:05 +00:00
|
|
|
-DDBUS_API_SUBJECT_TO_CHANGE \
|
|
|
|
|
-DG_DISABLE_DEPRECATED \
|
2004-08-05 18:54:29 +00:00
|
|
|
-DGTK_DISABLE_DEPRECATED \
|
2004-09-29 22:22:05 +00:00
|
|
|
-DGLADEDIR=\""$(datadir)/NetworkManagerInfo/glade"\" \
|
|
|
|
|
-DBINDIR=\"$(bindir)\" \
|
2004-08-06 15:37:43 +00:00
|
|
|
-DPREFIX=\""$(prefix)"\" \
|
2004-09-29 22:22:05 +00:00
|
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
|
|
|
|
-DVERSION="\"$(VERSION)\"" \
|
2004-08-06 15:37:43 +00:00
|
|
|
-DLIBDIR=\""$(libdir)"\" \
|
2004-09-29 22:22:05 +00:00
|
|
|
-DLIBEXECDIR=\""$(libexecdir)"\" \
|
2004-07-19 Dan Williams <dcbw@redhat.com>
* Makefile.am
- Add info-daemon directory
* configure.in
- Check for glade libs and headers
- Add info-daemon directory
* src/NetworkManagerAP.c
- nm_ap_new_from_ap(): Fix bug that resulted in an APs encryption status not getting
copied over to the new AP.
* src/NetworkManagerDbus.c
src/NetworkManagerDbus.h
- Deal with nm_device_ap_list_get_ap()->nm_device_ap_list_get_ap_by_index() change
- Remove nm_dbus_signal_need_key_for_network()
- Add disabled code for asynchronous user wep key callbacks
- Add functions for getting, setting, and cancelling user key operations
- Remove "setKeyForNetwork" device dbus method call, its on NetworkManager object instead
- Add "setKeyForNetwork" dbus method call on NetworkManager object
* src/NetworkManagerDevice.c
src/NetworkManagerDevice.h
- nm_device_update_link_active(): revert changes for wireless link detection, the WEP-key-is-wrong
logic is in device activation now
- nm_device_activate(): for wireless devices, if we can't associate with access point (perhaps
key is wrong) trigger get-user-key pending action
- Implement get-user-key pending action stuff, tie to dbus messages
- Rename nm_device_ap_list_get_ap() -> nm_device_ap_list_get_ap_by_index()
- Add nm_device_ap_list_get_ap_by_essid()
- Instead of copying "best" access points, ref them instead so that the key we set
sticks around
* src/NetworkManagerPolicy.c
- Deal with wrong WEP key, but right access point (and if so, return link_active = TRUE)
- Don't cancel pending actions on a device if its the same device as last iteration
- Only promote pending_device->active_device if activation was successfull
* src/Makefile.am
- Rename nmclienttest->nmtest
* info-daemon/Makefile.am
info-daemon/NetworkManagerInfo.c
info-daemon/NetworkManagerInfo.h
info-daemon/NetworkManagerInfoDbus.c
info-daemon/NetworkManagerInfoDbus.h
info-daemon/passphrase.glade
info-daemon/NetworkManagerInfo.conf
info-daemon/keyring.png
- Import sources for info-daemon, which pops up dialog for passphrase/key when
NetworkManager asks for it, and also will (soon) provide "allowed" access point
lists to NetworkManager by proxying user's GConf
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@16 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-07-19 06:08:52 +00:00
|
|
|
-DDATADIR=\"$(datadir)\"
|
|
|
|
|
|
|
|
|
|
bin_PROGRAMS = NetworkManagerInfo
|
|
|
|
|
|
2004-07-28 18:04:23 +00:00
|
|
|
NetworkManagerInfo_SOURCES = NetworkManagerInfo.h \
|
2004-08-05 18:54:29 +00:00
|
|
|
NetworkManagerInfo.c \
|
|
|
|
|
NetworkManagerInfoDbus.h \
|
|
|
|
|
NetworkManagerInfoDbus.c \
|
|
|
|
|
NetworkManagerInfoPassphraseDialog.c \
|
2004-08-23 19:09:19 +00:00
|
|
|
NetworkManagerInfoPassphraseDialog.h \
|
2004-12-01 22:34:35 +00:00
|
|
|
NetworkManagerInfoVPN.c \
|
|
|
|
|
NetworkManagerInfoVPN.h \
|
2004-08-23 19:09:19 +00:00
|
|
|
NetworkManagerInfoNetworksDialog.c \
|
|
|
|
|
NetworkManagerInfoNetworksDialog.h
|
2004-07-19 Dan Williams <dcbw@redhat.com>
* Makefile.am
- Add info-daemon directory
* configure.in
- Check for glade libs and headers
- Add info-daemon directory
* src/NetworkManagerAP.c
- nm_ap_new_from_ap(): Fix bug that resulted in an APs encryption status not getting
copied over to the new AP.
* src/NetworkManagerDbus.c
src/NetworkManagerDbus.h
- Deal with nm_device_ap_list_get_ap()->nm_device_ap_list_get_ap_by_index() change
- Remove nm_dbus_signal_need_key_for_network()
- Add disabled code for asynchronous user wep key callbacks
- Add functions for getting, setting, and cancelling user key operations
- Remove "setKeyForNetwork" device dbus method call, its on NetworkManager object instead
- Add "setKeyForNetwork" dbus method call on NetworkManager object
* src/NetworkManagerDevice.c
src/NetworkManagerDevice.h
- nm_device_update_link_active(): revert changes for wireless link detection, the WEP-key-is-wrong
logic is in device activation now
- nm_device_activate(): for wireless devices, if we can't associate with access point (perhaps
key is wrong) trigger get-user-key pending action
- Implement get-user-key pending action stuff, tie to dbus messages
- Rename nm_device_ap_list_get_ap() -> nm_device_ap_list_get_ap_by_index()
- Add nm_device_ap_list_get_ap_by_essid()
- Instead of copying "best" access points, ref them instead so that the key we set
sticks around
* src/NetworkManagerPolicy.c
- Deal with wrong WEP key, but right access point (and if so, return link_active = TRUE)
- Don't cancel pending actions on a device if its the same device as last iteration
- Only promote pending_device->active_device if activation was successfull
* src/Makefile.am
- Rename nmclienttest->nmtest
* info-daemon/Makefile.am
info-daemon/NetworkManagerInfo.c
info-daemon/NetworkManagerInfo.h
info-daemon/NetworkManagerInfoDbus.c
info-daemon/NetworkManagerInfoDbus.h
info-daemon/passphrase.glade
info-daemon/NetworkManagerInfo.conf
info-daemon/keyring.png
- Import sources for info-daemon, which pops up dialog for passphrase/key when
NetworkManager asks for it, and also will (soon) provide "allowed" access point
lists to NetworkManager by proxying user's GConf
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@16 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-07-19 06:08:52 +00:00
|
|
|
|
2004-09-29 22:22:05 +00:00
|
|
|
NetworkManagerInfo_LDADD = $(NM_LIBS) \
|
|
|
|
|
$(GLADE_LIBS) \
|
|
|
|
|
$(GCONF_LIBS) \
|
|
|
|
|
$(GTK_LIBS) \
|
|
|
|
|
$(GDK_PIXBUF_LIBS) \
|
2004-12-01 22:34:35 +00:00
|
|
|
$(GNOME_KEYRING_LIBS) \
|
2004-09-29 22:22:05 +00:00
|
|
|
$(LIBGNOMEUI_LIBS)
|
2004-07-19 Dan Williams <dcbw@redhat.com>
* Makefile.am
- Add info-daemon directory
* configure.in
- Check for glade libs and headers
- Add info-daemon directory
* src/NetworkManagerAP.c
- nm_ap_new_from_ap(): Fix bug that resulted in an APs encryption status not getting
copied over to the new AP.
* src/NetworkManagerDbus.c
src/NetworkManagerDbus.h
- Deal with nm_device_ap_list_get_ap()->nm_device_ap_list_get_ap_by_index() change
- Remove nm_dbus_signal_need_key_for_network()
- Add disabled code for asynchronous user wep key callbacks
- Add functions for getting, setting, and cancelling user key operations
- Remove "setKeyForNetwork" device dbus method call, its on NetworkManager object instead
- Add "setKeyForNetwork" dbus method call on NetworkManager object
* src/NetworkManagerDevice.c
src/NetworkManagerDevice.h
- nm_device_update_link_active(): revert changes for wireless link detection, the WEP-key-is-wrong
logic is in device activation now
- nm_device_activate(): for wireless devices, if we can't associate with access point (perhaps
key is wrong) trigger get-user-key pending action
- Implement get-user-key pending action stuff, tie to dbus messages
- Rename nm_device_ap_list_get_ap() -> nm_device_ap_list_get_ap_by_index()
- Add nm_device_ap_list_get_ap_by_essid()
- Instead of copying "best" access points, ref them instead so that the key we set
sticks around
* src/NetworkManagerPolicy.c
- Deal with wrong WEP key, but right access point (and if so, return link_active = TRUE)
- Don't cancel pending actions on a device if its the same device as last iteration
- Only promote pending_device->active_device if activation was successfull
* src/Makefile.am
- Rename nmclienttest->nmtest
* info-daemon/Makefile.am
info-daemon/NetworkManagerInfo.c
info-daemon/NetworkManagerInfo.h
info-daemon/NetworkManagerInfoDbus.c
info-daemon/NetworkManagerInfoDbus.h
info-daemon/passphrase.glade
info-daemon/NetworkManagerInfo.conf
info-daemon/keyring.png
- Import sources for info-daemon, which pops up dialog for passphrase/key when
NetworkManager asks for it, and also will (soon) provide "allowed" access point
lists to NetworkManager by proxying user's GConf
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@16 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-07-19 06:08:52 +00:00
|
|
|
|
2004-07-28 18:04:23 +00:00
|
|
|
gladedir = $(datadir)/NetworkManagerInfo/glade
|
2004-08-23 19:09:19 +00:00
|
|
|
glade_DATA = passphrase.glade keyring.png networks.glade
|
2004-07-27 17:05:24 +00:00
|
|
|
|
2004-07-28 18:04:23 +00:00
|
|
|
dbusservicedir=$(DBUS_SYS_DIR)
|
|
|
|
|
dbusservice_DATA = NetworkManagerInfo.conf
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = $(glade_DATA) $(dbusservice_DATA)
|
|
|
|
|
|