mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: be a bit more flexible with configuration options
It would be nice if we can be a bit more flexible with where the sysprof-cli tool can run. Lets try to break out the system checks a bit more.
This commit is contained in:
@ -2,18 +2,18 @@ bin_PROGRAMS = sysprof-cli
|
||||
noinst_PROGRAMS = sysprof-dump
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
$(SYSPROF_CFLAGS) \
|
||||
$(GIO_CFLAGS) \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_builddir)/lib
|
||||
|
||||
sysprof_cli_SOURCES = sysprof-cli.c
|
||||
sysprof_cli_LDADD = \
|
||||
$(SYSPROF_LIBS) \
|
||||
$(GIO_LIBS) \
|
||||
$(top_builddir)/lib/libsysprof-@API_VERSION@.la
|
||||
|
||||
sysprof_dump_SOURCES = sysprof-dump.c
|
||||
sysprof_dump_LDADD = \
|
||||
$(SYSPROF_LIBS) \
|
||||
$(GIO_LIBS) \
|
||||
$(top_builddir)/lib/libsysprof-@API_VERSION@.la
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
Reference in New Issue
Block a user