[gnome-builder/wip/chergert/debugger: 5/5] Fix plugin compilation



commit bf2ab8731c69a1eca3a49d4d3575f11e8ea4f560
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]