2011-05-31 15:46:35 +00:00
|
|
|
diff -up NetworkManager-0.8.9997/network-manager-applet-0.8.9997/configure.ac.buildfix NetworkManager-0.8.9997/network-manager-applet-0.8.9997/configure.ac
|
|
|
|
--- NetworkManager-0.8.9997/network-manager-applet-0.8.9997/configure.ac.buildfix 2009-07-28 10:01:26.000000000 -0400
|
|
|
|
+++ NetworkManager-0.8.9997/network-manager-applet-0.8.9997/configure.ac 2009-07-28 13:11:39.261718877 -0400
|
2009-07-28 16:58:04 +00:00
|
|
|
@@ -70,10 +70,6 @@ PKG_CHECK_MODULES(GOBJECT, gobject-2.0)
|
2007-08-30 22:03:19 +00:00
|
|
|
PKG_CHECK_MODULES(NMA,
|
2009-07-08 17:38:51 +00:00
|
|
|
[dbus-glib-1 >= 0.74
|
2009-08-26 20:32:30 +00:00
|
|
|
glib-2.0 >= 2.16
|
2011-04-28 00:07:05 +00:00
|
|
|
- NetworkManager >= 0.8.998
|
|
|
|
- libnm-glib >= 0.8.998
|
|
|
|
- libnm-util >= 0.8.998
|
|
|
|
- libnm-glib-vpn >= 0.8.998
|
2011-03-25 16:02:41 +00:00
|
|
|
gmodule-export-2.0])
|
|
|
|
|
|
|
|
PKG_CHECK_MODULES(GCONF, [gconf-2.0])
|
2009-07-28 17:11:39 +00:00
|
|
|
@@ -192,9 +188,7 @@ AC_SUBST(DBUS_SYS_DIR)
|
2011-03-25 16:02:41 +00:00
|
|
|
*)
|
2010-08-31 22:54:20 +00:00
|
|
|
AC_MSG_CHECKING(for gnome-bluetooth)
|
|
|
|
PKG_CHECK_MODULES(GNOME_BLUETOOTH,
|
|
|
|
- gnome-bluetooth-1.0 >= 2.27.6
|
2011-04-28 00:07:05 +00:00
|
|
|
- libnm-util >= 0.8.998
|
|
|
|
- libnm-glib >= 0.8.998,
|
2010-08-31 22:54:20 +00:00
|
|
|
+ gnome-bluetooth-1.0 >= 2.27.6,
|
|
|
|
have_gbt=yes, have_gbt=no)
|
|
|
|
;;
|
|
|
|
esac
|
2009-07-28 16:58:04 +00:00
|
|
|
|
2011-05-31 15:46:35 +00:00
|
|
|
diff -up NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/connection-editor/Makefile.am.buildfix NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/connection-editor/Makefile.am
|
|
|
|
--- NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/connection-editor/Makefile.am.buildfix 2009-07-23 10:51:39.000000000 -0400
|
|
|
|
+++ NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/connection-editor/Makefile.am 2009-07-28 11:29:11.685841724 -0400
|
2009-07-08 17:38:51 +00:00
|
|
|
@@ -1,5 +1,9 @@
|
2008-07-18 16:22:44 +00:00
|
|
|
bin_PROGRAMS = nm-connection-editor
|
|
|
|
|
|
|
|
+INCLUDES = -I${top_srcdir}/../include \
|
|
|
|
+ -I${top_srcdir}/../libnm-util \
|
|
|
|
+ -I${top_srcdir}/../libnm-glib
|
|
|
|
+
|
2009-04-05 12:41:16 +00:00
|
|
|
nm_connection_editor_CPPFLAGS = \
|
2011-03-25 16:02:41 +00:00
|
|
|
$(GTK_CFLAGS) \
|
2009-04-05 12:41:16 +00:00
|
|
|
$(NMA_CFLAGS) \
|
2010-02-12 07:31:37 +00:00
|
|
|
@@ -63,7 +67,10 @@ nm_connection_editor_LDADD = \
|
2009-04-05 12:41:16 +00:00
|
|
|
${top_builddir}/src/marshallers/libmarshallers.la \
|
2011-03-25 16:02:41 +00:00
|
|
|
$(GTK_LIBS) \
|
2010-02-12 07:31:37 +00:00
|
|
|
$(NMA_LIBS) \
|
|
|
|
- -lm
|
|
|
|
+ -lm \
|
2008-07-18 16:22:44 +00:00
|
|
|
+ -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \
|
2009-08-26 20:32:30 +00:00
|
|
|
+ -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib.la \
|
2010-02-12 07:31:37 +00:00
|
|
|
+ -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib-vpn.la
|
2008-07-18 16:22:44 +00:00
|
|
|
|
2011-03-25 16:02:41 +00:00
|
|
|
uidir = $(datadir)/nm-applet
|
|
|
|
ui_DATA = \
|
2011-05-31 15:46:35 +00:00
|
|
|
diff -up NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gconf-helpers/Makefile.am.buildfix NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gconf-helpers/Makefile.am
|
|
|
|
--- NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gconf-helpers/Makefile.am.buildfix 2009-04-20 07:09:10.000000000 -0400
|
|
|
|
+++ NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gconf-helpers/Makefile.am 2009-07-28 11:29:11.686841642 -0400
|
2011-03-25 16:02:41 +00:00
|
|
|
@@ -1,5 +1,9 @@
|
|
|
|
SUBDIRS=. tests
|
|
|
|
|
2007-09-20 14:06:41 +00:00
|
|
|
+INCLUDES = -I${top_srcdir}/../include \
|
|
|
|
+ -I${top_srcdir}/../libnm-util \
|
|
|
|
+ -I${top_srcdir}/../libnm-glib
|
|
|
|
+
|
2011-03-25 16:02:41 +00:00
|
|
|
noinst_LTLIBRARIES = \
|
|
|
|
libgconf-helpers.la \
|
|
|
|
libgconf-helpers-test.la
|
|
|
|
@@ -23,7 +27,9 @@ libgconf_helpers_la_LIBADD = \
|
|
|
|
$(GTK_LIBS) \
|
2008-03-31 16:42:42 +00:00
|
|
|
$(NMA_LIBS) \
|
2011-03-25 16:02:41 +00:00
|
|
|
$(GCONF_LIBS) \
|
|
|
|
- $(GNOME_KEYRING_LIBS)
|
|
|
|
+ $(GNOME_KEYRING_LIBS) \
|
|
|
|
+ -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \
|
|
|
|
+ -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib.la
|
|
|
|
|
|
|
|
#########################
|
|
|
|
# Test library
|
|
|
|
@@ -40,5 +46,7 @@ libgconf_helpers_test_la_CPPFLAGS = \
|
|
|
|
|
|
|
|
# no keyring or gconf libs since we'll override them
|
|
|
|
libgconf_helpers_test_la_LIBADD = \
|
|
|
|
- $(NMA_LIBS)
|
|
|
|
+ $(NMA_LIBS) \
|
2007-09-20 14:06:41 +00:00
|
|
|
+ -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \
|
2009-08-26 20:32:30 +00:00
|
|
|
+ -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib.la
|
2007-09-20 14:06:41 +00:00
|
|
|
|
2011-05-31 15:46:35 +00:00
|
|
|
diff -up NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gconf-helpers/tests/Makefile.am.buildfix NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gconf-helpers/tests/Makefile.am
|
|
|
|
--- NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gconf-helpers/tests/Makefile.am.buildfix 2011-03-10 02:19:03.664936744 -0600
|
|
|
|
+++ NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gconf-helpers/tests/Makefile.am 2011-03-10 02:20:10.784097638 -0600
|
2011-03-25 16:02:41 +00:00
|
|
|
@@ -1,4 +1,7 @@
|
|
|
|
-INCLUDES = -I$(top_srcdir)/src/utils
|
|
|
|
+INCLUDES = -I$(top_srcdir)/src/utils \
|
|
|
|
+ -I${top_srcdir}/../include \
|
|
|
|
+ -I${top_srcdir}/../libnm-util \
|
|
|
|
+ -I${top_srcdir}/../libnm-glib
|
|
|
|
|
|
|
|
noinst_PROGRAMS = test-upgrade
|
|
|
|
|
2011-05-31 15:46:35 +00:00
|
|
|
diff -up NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gnome-bluetooth/Makefile.am.buildfix NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gnome-bluetooth/Makefile.am
|
|
|
|
--- NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gnome-bluetooth/Makefile.am.buildfix 2009-07-28 13:23:40.282718683 -0400
|
|
|
|
+++ NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/gnome-bluetooth/Makefile.am 2009-07-28 13:24:56.316719077 -0400
|
2009-07-28 17:23:33 +00:00
|
|
|
@@ -6,6 +6,9 @@ INCLUDES = \
|
|
|
|
-I$(top_builddir) \
|
2010-01-30 00:23:00 +00:00
|
|
|
-I${top_builddir}/src/marshallers \
|
|
|
|
-I${top_srcdir}/src/utils \
|
2009-07-28 17:23:33 +00:00
|
|
|
+ -I${top_srcdir}/../include \
|
|
|
|
+ -I${top_srcdir}/../libnm-util \
|
|
|
|
+ -I${top_srcdir}/../libnm-glib \
|
|
|
|
$(GNOME_BLUETOOTH_CFLAGS) \
|
2010-04-27 07:28:51 +00:00
|
|
|
$(DISABLE_DEPRECATED) \
|
2009-07-28 17:23:33 +00:00
|
|
|
$(WARN_CFLAGS)
|
2010-01-30 00:23:00 +00:00
|
|
|
@@ -14,7 +17,9 @@ plugin_LTLIBRARIES = libnma.la
|
|
|
|
libnma_la_LIBADD = \
|
2011-03-25 16:02:41 +00:00
|
|
|
$(top_builddir)/src/marshallers/libmarshallers.la \
|
|
|
|
$(top_builddir)/src/utils/libutils.la \
|
2010-01-30 00:23:00 +00:00
|
|
|
- $(GNOME_BLUETOOTH_LIBS)
|
2009-07-28 17:28:54 +00:00
|
|
|
+ $(GNOME_BLUETOOTH_LIBS) \
|
|
|
|
+ -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \
|
2009-08-26 20:32:30 +00:00
|
|
|
+ -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib.la
|
2009-07-28 17:28:54 +00:00
|
|
|
endif
|
|
|
|
|
2010-05-11 05:46:43 +00:00
|
|
|
EXTRA_DIST = $(BT_WIDGET_SOURCES)
|
2011-05-31 15:46:35 +00:00
|
|
|
diff -up NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/Makefile.am.buildfix NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/Makefile.am
|
|
|
|
--- NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/Makefile.am.buildfix 2009-07-27 15:26:53.000000000 -0400
|
|
|
|
+++ NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/Makefile.am 2009-07-28 11:29:11.686841642 -0400
|
2009-07-28 16:58:04 +00:00
|
|
|
@@ -2,6 +2,10 @@ SUBDIRS = marshallers utils gconf-helper
|
2008-07-18 16:22:44 +00:00
|
|
|
|
|
|
|
bin_PROGRAMS = nm-applet
|
|
|
|
|
|
|
|
+INCLUDES = -I${top_srcdir}/../include \
|
|
|
|
+ -I${top_srcdir}/../libnm-util \
|
|
|
|
+ -I${top_srcdir}/../libnm-glib
|
|
|
|
+
|
|
|
|
nm_applet_CPPFLAGS = \
|
2011-03-25 16:02:41 +00:00
|
|
|
$(GTK_CFLAGS) \
|
2008-07-18 16:22:44 +00:00
|
|
|
$(NMA_CFLAGS) \
|
2009-07-28 16:58:04 +00:00
|
|
|
@@ -54,7 +58,9 @@ nm_applet_LDADD = \
|
2008-07-18 16:22:44 +00:00
|
|
|
${top_builddir}/src/marshallers/libmarshallers.la \
|
|
|
|
${top_builddir}/src/utils/libutils.la \
|
|
|
|
${top_builddir}/src/gconf-helpers/libgconf-helpers.la \
|
|
|
|
- ${top_builddir}/src/wireless-security/libwireless-security.la
|
|
|
|
+ ${top_builddir}/src/wireless-security/libwireless-security.la \
|
|
|
|
+ -L${top_srcdir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \
|
2009-08-26 20:32:30 +00:00
|
|
|
+ -L${top_srcdir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib.la
|
2008-07-18 16:22:44 +00:00
|
|
|
|
2011-03-25 16:02:41 +00:00
|
|
|
uidir = $(datadir)/nm-applet
|
2011-04-28 00:07:05 +00:00
|
|
|
ui_DATA = gsm-unlock.ui info.ui wired-8021x.ui wifi.ui keyring.png
|
2011-05-31 15:46:35 +00:00
|
|
|
diff -up NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/utils/Makefile.am.buildfix NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/utils/Makefile.am
|
|
|
|
--- NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/utils/Makefile.am.buildfix 2009-07-02 16:32:26.000000000 -0400
|
|
|
|
+++ NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/utils/Makefile.am 2009-07-28 11:29:11.686841642 -0400
|
2009-12-08 07:11:05 +00:00
|
|
|
@@ -1,5 +1,9 @@
|
|
|
|
SUBDIRS=. tests
|
|
|
|
|
2007-11-19 19:36:15 +00:00
|
|
|
+INCLUDES = -I${top_srcdir}/../include \
|
|
|
|
+ -I${top_srcdir}/../libnm-util \
|
|
|
|
+ -I${top_srcdir}/../libnm-glib
|
|
|
|
+
|
|
|
|
noinst_LTLIBRARIES = libutils.la
|
|
|
|
|
|
|
|
libutils_la_SOURCES = \
|
2009-07-28 16:58:04 +00:00
|
|
|
@@ -18,4 +22,7 @@ libutils_la_CPPFLAGS = \
|
2011-03-25 16:02:41 +00:00
|
|
|
$(DISABLE_DEPRECATED) \
|
2008-05-19 17:46:12 +00:00
|
|
|
-I${top_srcdir}/src
|
2007-11-19 19:36:15 +00:00
|
|
|
|
2011-03-25 16:02:41 +00:00
|
|
|
libutils_la_LIBADD = $(GTK_LIBS) $(NMA_LIBS) $(GNOME_KEYRING_LIBS)
|
|
|
|
+libutils_la_LIBADD = $(GTK_LIBS) $(NMA_LIBS) $(GNOME_KEYRING_LIBS) \
|
2007-11-19 19:36:15 +00:00
|
|
|
+ -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \
|
2009-08-26 20:32:30 +00:00
|
|
|
+ -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib.la
|
2007-11-19 19:36:15 +00:00
|
|
|
+
|
2011-05-31 15:46:35 +00:00
|
|
|
diff -up NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/utils/tests/Makefile.am.buildfix NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/utils/tests/Makefile.am
|
|
|
|
--- NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/utils/tests/Makefile.am.buildfix 2009-07-02 16:32:26.000000000 -0400
|
|
|
|
+++ NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/utils/tests/Makefile.am 2009-07-28 11:29:11.686841642 -0400
|
2009-12-08 07:11:05 +00:00
|
|
|
@@ -1,4 +1,7 @@
|
|
|
|
-INCLUDES = -I$(top_srcdir)/src/utils
|
|
|
|
+INCLUDES = -I$(top_srcdir)/src/utils \
|
|
|
|
+ -I${top_srcdir}/../include \
|
|
|
|
+ -I${top_srcdir}/../libnm-util \
|
|
|
|
+ -I${top_srcdir}/../libnm-glib
|
|
|
|
|
|
|
|
noinst_PROGRAMS = test-utils
|
|
|
|
|
2011-05-31 15:46:35 +00:00
|
|
|
diff -up NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/wireless-security/Makefile.am.buildfix NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/wireless-security/Makefile.am
|
|
|
|
--- NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/wireless-security/Makefile.am.buildfix 2009-07-02 16:32:26.000000000 -0400
|
|
|
|
+++ NetworkManager-0.8.9997/network-manager-applet-0.8.9997/src/wireless-security/Makefile.am 2009-07-28 11:29:11.687841490 -0400
|
2007-10-16 20:47:39 +00:00
|
|
|
@@ -1,5 +1,9 @@
|
|
|
|
noinst_LTLIBRARIES = libwireless-security.la
|
|
|
|
|
|
|
|
+INCLUDES = -I${top_srcdir}/../include \
|
|
|
|
+ -I${top_srcdir}/../libnm-util \
|
|
|
|
+ -I${top_srcdir}/../libnm-glib
|
|
|
|
+
|
|
|
|
libwireless_security_la_SOURCES = \
|
|
|
|
wireless-security.h \
|
|
|
|
wireless-security.c \
|
2011-03-25 16:02:41 +00:00
|
|
|
@@ -36,7 +40,9 @@ libwireless_security_la_CPPFLAGS = \
|
|
|
|
$(GTK_LIBS) \
|
2007-10-16 20:47:39 +00:00
|
|
|
$(NMA_LIBS) \
|
2011-03-25 16:02:41 +00:00
|
|
|
$(GCONF_LIBS) \
|
|
|
|
- ${top_builddir}/src/utils/libutils.la
|
|
|
|
+ ${top_builddir}/src/utils/libutils.la \
|
2007-10-16 20:47:39 +00:00
|
|
|
+ -L${top_srcdir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \
|
2009-08-26 20:32:30 +00:00
|
|
|
+ -L${top_srcdir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib.la
|
2007-10-16 20:47:39 +00:00
|
|
|
|
2011-03-25 16:02:41 +00:00
|
|
|
uidir = $(datadir)/nm-applet
|
|
|
|
ui_DATA = \
|
|
|
|
|