From 9f00e0598ac8c592b314886e01e5a1dcdc3e776f Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 20 Dec 2013 12:12:42 -0600 Subject: [PATCH] build: remove left-over BLUEZ makefile bits --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1e4ad70854..5002abaeb4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -351,7 +351,6 @@ BUILT_SOURCES += $(glue_sources) AM_CPPFLAGS += \ - $(BLUEZ_CFLAGS) \ $(DBUS_CFLAGS) \ $(GLIB_CFLAGS) \ $(GUDEV_CFLAGS) \ @@ -397,7 +396,6 @@ libNetworkManager_la_SOURCES = \ libNetworkManager_la_LIBADD = \ $(top_builddir)/libgsystem.la \ $(top_builddir)/libnm-util/libnm-util.la \ - $(BLUEZ_LIBS) \ $(DBUS_LIBS) \ $(GLIB_LIBS) \ $(GUDEV_LIBS) \