summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2005-08-17 04:21:03 +0000
committerDan Williams <dcbw@redhat.com>2005-08-17 04:21:03 +0000
commite40b6041c2f59af194b70c87049262866add7257 (patch)
tree4f893baa335d827f304ac7cfd356ed63fb3a8f55
parent49ded958b4a78677e08014ad75086f4c941723ff (diff)
2005-08-17 Dan Williams <dcbw@redhat.com>
* gnome/applet/Makefile.am - Relocate the applet to /usr/bin since it is no longer executed by anything, but directly by the user git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@858 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-rw-r--r--ChangeLog6
-rw-r--r--gnome/applet/Makefile.am44
2 files changed, 28 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 6695fced57..357d9cafb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-08-17 Dan Williams <dcbw@redhat.com>
+ * gnome/applet/Makefile.am
+ - Relocate the applet to /usr/bin since it is no longer
+ executed by anything, but directly by the user
+
+2005-08-17 Dan Williams <dcbw@redhat.com>
+
Patch from Bill Moss <bmoss@clemson.edu>
* gnome/applet/applet-dbus-info.[ch]
diff --git a/gnome/applet/Makefile.am b/gnome/applet/Makefile.am
index 6fb34fc939..a01b02f19a 100644
--- a/gnome/applet/Makefile.am
+++ b/gnome/applet/Makefile.am
@@ -4,40 +4,40 @@ NULL=
INCLUDES = -I${top_srcdir} -I${top_srcdir}/utils
-libexec_PROGRAMS = nm-applet
+bin_PROGRAMS = nm-applet
-nm_applet_CPPFLAGS = \
+nm_applet_CPPFLAGS = \
$(DBUS_CFLAGS) \
$(GTHREAD_CFLAGS) \
$(HAL_CFLAGS) \
$(DBUS_GLIB_CFLAGS) \
- $(GLADE_CFLAGS) \
+ $(GLADE_CFLAGS) \
$(GTK_CFLAGS) \
- $(GCONF_CFLAGS) \
- $(LIBGNOMEUI_CFLAGS) \
- $(PANEL_APPLET_CFLAGS) \
- $(GNOME_KEYRING_CFLAGS) \
- -DICONDIR=\""$(datadir)/pixmaps"\" \
- -DGLADEDIR=\""$(gladedir)"\" \
+ $(GCONF_CFLAGS) \
+ $(LIBGNOMEUI_CFLAGS) \
+ $(PANEL_APPLET_CFLAGS) \
+ $(GNOME_KEYRING_CFLAGS) \
+ -DICONDIR=\""$(datadir)/pixmaps"\" \
+ -DGLADEDIR=\""$(gladedir)"\" \
-DBINDIR=\""$(bindir)"\" \
- -DSYSCONFDIR=\""$(sysconfdir)"\" \
+ -DSYSCONFDIR=\""$(sysconfdir)"\" \
-DVPN_NAME_FILES_DIR=\""$(sysconfdir)/NetworkManager/VPN"\" \
- -DDBUS_API_SUBJECT_TO_CHANGE \
- -DG_DISABLE_DEPRECATED \
+ -DDBUS_API_SUBJECT_TO_CHANGE \
+ -DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
- -DGNOME_DISABLE_DEPRECATED \
+ -DGNOME_DISABLE_DEPRECATED \
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DVERSION=\"$(VERSION)\" \
$(NULL)
nm_applet_SOURCES = \
main.c \
- applet.c \
- applet.h \
+ applet.c \
+ applet.h \
applet-dbus.c \
applet-dbus.h \
- applet-dbus-devices.c \
- applet-dbus-devices.h \
+ applet-dbus-devices.c \
+ applet-dbus-devices.h \
applet-dbus-vpn.c \
applet-dbus-vpn.h \
applet-dbus-info.c \
@@ -46,16 +46,16 @@ nm_applet_SOURCES = \
wireless-network.h \
nm-device.c \
nm-device.h \
- other-network-dialog.c \
- other-network-dialog.h \
+ other-network-dialog.c \
+ other-network-dialog.h \
passphrase-dialog.c \
passphrase-dialog.h \
menu-items.c \
menu-items.h \
eggtrayicon.c \
eggtrayicon.h \
- vpn-password-dialog.c \
- vpn-password-dialog.h \
+ vpn-password-dialog.c \
+ vpn-password-dialog.h \
vpn-connection.c \
vpn-connection.h \
$(NULL)
@@ -75,7 +75,7 @@ nm_applet_LDADD = \
$(NULL)
-gladedir = $(datadir)/NetworkManagerNotification
+gladedir = $(datadir)/nm-applet
glade_DATA = wireless-applet.glade keyring.png
dbusservicedir = $(DBUS_SYS_DIR)