From d4493e7dba0cc60d0bb126c6053fe7650dd89ac0 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 25 Nov 2014 17:27:53 -0500 Subject: build: remove some unnecessary stuff PKG_CHECK_MODULES() automatically AC_SUBST()s the variables it creates, so we don't need to do it ourselves. Drop unnecessary explicit checks for gthread and dbus-glib. Remove unused INCLUDES= lines from Makefiles. Remove stray GConf references. Remove "#define NM_VPN_API_SUBJECT_TO_CHANGE", since that define has had no effect since before NM 0.7. --- src/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index c7f3a1e..d8a8f3f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,4 @@ -INCLUDES = -I${top_srcdir} - AM_CPPFLAGS = \ - $(DBUS_CFLAGS) \ - $(GTHREAD_CFLAGS) \ $(NM_CFLAGS) \ -DG_DISABLE_DEPRECATED \ -DBINDIR=\"$(bindir)\" \ @@ -23,8 +19,6 @@ nm_iodine_service_SOURCES = \ nm_iodine_service_LDADD = \ - $(DBUS_LIBS) \ - $(GTHREAD_LIBS) \ $(NM_LIBS) CLEANFILES = *~ -- cgit v1.2.3