mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: add polkit cflags/libs to libsysprof-2 target
This commit is contained in:
@ -99,6 +99,7 @@ libsysprof_@API_VERSION@_la_SOURCES = \
|
|||||||
libsysprof_@API_VERSION@_la_CFLAGS = \
|
libsysprof_@API_VERSION@_la_CFLAGS = \
|
||||||
-I$(srcdir)/util \
|
-I$(srcdir)/util \
|
||||||
$(GIO_CFLAGS) \
|
$(GIO_CFLAGS) \
|
||||||
|
$(POLKIT_CFLAGS) \
|
||||||
$(WARN_CFLAGS) \
|
$(WARN_CFLAGS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
@ -106,6 +107,7 @@ libsysprof_@API_VERSION@_la_LIBADD = \
|
|||||||
libutil.la \
|
libutil.la \
|
||||||
-lstdc++ \
|
-lstdc++ \
|
||||||
$(GIO_LIBS) \
|
$(GIO_LIBS) \
|
||||||
|
$(POLKIT_LIBS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
if ENABLE_SYSPROFD
|
if ENABLE_SYSPROFD
|
||||||
|
|||||||
Reference in New Issue
Block a user