summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2014-11-25 17:27:53 -0500
committerDan Winship <danw@redhat.com>2015-03-24 10:52:52 -0400
commitd4493e7dba0cc60d0bb126c6053fe7650dd89ac0 (patch)
tree6cfa4ea1634206751938b68d8a006737ad7df9f2 /src
parent181819090f7a4ac747df4b38da3a23b8a5e2a35c (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 0 insertions, 6 deletions
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 = *~