From c93b76e1555041da2381ab6b03f8cca3720af267 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 24 Aug 2015 17:03:18 +0200 Subject: build: check for libnm & libnma --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 8ca103a..904c8b4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = \ - $(NM_CFLAGS) \ + $(LIBNM_GLIB_CFLAGS) \ -DG_DISABLE_DEPRECATED \ -DBINDIR=\"$(bindir)\" \ -DPREFIX=\""$(prefix)"\" \ @@ -19,6 +19,6 @@ nm_iodine_service_SOURCES = \ nm-iodine-service-defines.h nm_iodine_service_LDADD = \ - $(NM_LIBS) + $(LIBNM_GLIB_LIBS) CLEANFILES = *~ -- cgit v1.2.3