[sysprof] build: add polkit cflags/libs to libsysprof-2 target



commit c2eecefe50d9f9dff97d053a2d60b66c04da2c7d
Author: Christian Hergert <christian hergert me>
Date:   Sat Apr 16 17:05:56 2016 -0700

    build: add polkit cflags/libs to libsysprof-2 target

 lib/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3e67fd1..5b51686 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -99,6 +99,7 @@ libsysprof_ API_VERSION@_la_SOURCES = \
 libsysprof_ API_VERSION@_la_CFLAGS = \
        -I$(srcdir)/util \
        $(GIO_CFLAGS) \
+       $(POLKIT_CFLAGS) \
        $(WARN_CFLAGS) \
        $(NULL)
 
@@ -106,6 +107,7 @@ libsysprof_ API_VERSION@_la_LIBADD = \
        libutil.la \
        -lstdc++ \
        $(GIO_LIBS) \
+       $(POLKIT_LIBS) \
        $(NULL)
 
 if ENABLE_SYSPROFD


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]