[gnome-builder/wip/chergert/debugger: 364/364] Fix plugin compilation
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/debugger: 364/364] Fix plugin compilation
- Date: Wed, 19 Oct 2016 06:17:20 +0000 (UTC)
commit 80fea2a2b607103ec52ad5388e91609eef525d38
Author: albfan <albertofanjul gmail com>
Date: Fri Sep 2 22:13:37 2016 +0200
Fix plugin compilation
relates to #4
plugins/debugger/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/debugger/Makefile.am b/plugins/debugger/Makefile.am
index 9ccf523..3dfec0e 100644
--- a/plugins/debugger/Makefile.am
+++ b/plugins/debugger/Makefile.am
@@ -1,4 +1,4 @@
-if ENABLE_SYSPROF_PLUGIN
+if ENABLE_DEBUGGER_PLUGIN
DISTCLEANFILES =
BUILT_SOURCES =
@@ -29,9 +29,9 @@ nodist_libdebugger_plugin_la_SOURCES = \
gbp-debugger-resources.c \
gbp-debugger-resources.h
-libdebugger_plugin_la_CFLAGS = $(PLUGIN_CFLAGS) $(SYSPROF_CFLAGS)
-libdebugger_plugin_la_LIBADD = $(PLUGIN_LIBS) $(SYSPROF_LIBS)
-libdebugger_plugin_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(SYSPROF_LDFLAGS)
+libdebugger_plugin_la_CFLAGS = $(PLUGIN_CFLAGS) $(DEBUGGER_CFLAGS)
+libdebugger_plugin_la_LIBADD = $(PLUGIN_LIBS) $(DEBUGGER_LIBS)
+libdebugger_plugin_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(DEBUGGER_LDFLAGS)
glib_resources_c = gbp-debugger-resources.c
glib_resources_h = gbp-debugger-resources.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]