[network-manager-pptp/lr/libnm] fixup! all: port to GDBus
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-pptp/lr/libnm] fixup! all: port to GDBus
- Date: Sun, 16 Aug 2015 14:42:28 +0000 (UTC)
commit 49e7593b97d5155c24c1cd65aa8e865cafa71beb
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Sun Aug 16 16:41:07 2015 +0200
fixup! all: port to GDBus
configure.ac | 2 --
src/Makefile.am | 4 ----
2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3ab299c..9e013f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,8 +67,6 @@ AM_GLIB_GNU_GETTEXT
PKG_CHECK_MODULES(GLIB, gio-unix-2.0 >= 2.32)
GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
-PKG_CHECK_MODULES(DBUS_GLIB, dbus-glib-1 >= 0.74)
-
if test x"$with_gnome" != xno; then
PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.4)
GTK_CFLAGS="$GTK_CFLAGS -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_4"
diff --git a/src/Makefile.am b/src/Makefile.am
index 886c1e3..a1aa870 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,4 @@
AM_CPPFLAGS = \
- $(DBUS_GLIB_CFLAGS) \
$(GLIB_CFLAGS) \
$(LIBNM_CFLAGS) \
-I${top_srcdir} \
@@ -43,7 +42,6 @@ nm-pptp-pppd-service-dbus.c:
@true
nm_pptp_service_LDADD = \
- $(DBUS_GLIB_LIBS) \
$(GLIB_LIBS) \
$(LIBNM_LIBS) \
libnm-pptp-pppd-service-dbus.la
@@ -56,14 +54,12 @@ nm_pptp_pppd_plugin_la_SOURCES = \
nm-ppp-status.h
nm_pptp_pppd_plugin_la_CPPFLAGS = \
- $(DBUS_GLIB_CFLAGS) \
$(GLIB_CFLAGS) \
$(LIBNM_CFLAGS)
nm_pptp_pppd_plugin_la_LDFLAGS = -module -avoid-version
nm_pptp_pppd_plugin_la_LIBADD = \
- $(DBUS_GLIB_LIBS) \
$(GLIB_LIBS) \
$(LIBNM_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]