[gnome-system-monitor/ubergraph] Fix the build after module rename in Automake config



commit 58f3963d2409d92ea7583d3cdd44cbcbdcec38aa
Author: Robert Roth <robert roth off gmail com>
Date:   Sat Oct 12 05:52:57 2013 +0300

    Fix the build after module rename in Automake config

 src/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index ed233f7..e1ca31e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,10 +20,10 @@ nextmon_SOURCES = \
     $(nextmon_h_files) \
     $(nextmon_c_files)
 
-nextmon_LDADD = @PROCMAN_LIBS@ $(top_builddir)/uber/libuber-1.0.la -ldl
+nextmon_LDADD = @GSM_LIBS@ $(top_builddir)/uber/libuber-1.0.la -ldl
 
 nextmon_CPPFLAGS = \
-        $(PROCMAN_CFLAGS) \
+        $(GSM_CFLAGS) \
        -I$(top_srcdir) \
        -I$(top_builddir)/uber \
        -DGSM_DATA_DIR=\""$(pkgdatadir)"\"
@@ -72,7 +72,7 @@ gnome_system_monitor_SOURCES = \
        $(gnome_system_monitor_c_files) \
        main.cpp
 
-LDADD = \
+gnome_system_monitor_LDADD = \
        $(GSM_LIBS) \
        $(SYSTEMD_LIBS) \
        $(WNCK_LIBS)


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