[gnome-flashback] workarounds: fix copy & paste errors in Makefile.am



commit c69f6618ec49e251a12be87b7d01942c46a58189
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Dec 9 16:57:38 2015 +0200

    workarounds: fix copy & paste errors in Makefile.am

 gnome-flashback/libworkarounds/Makefile.am |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gnome-flashback/libworkarounds/Makefile.am b/gnome-flashback/libworkarounds/Makefile.am
index bc00d0e..bda4bcc 100644
--- a/gnome-flashback/libworkarounds/Makefile.am
+++ b/gnome-flashback/libworkarounds/Makefile.am
@@ -4,11 +4,14 @@ noinst_LTLIBRARIES = \
        libworkarounds.la \
        $(NULL)
 
+libworkarounds_la_CPPFLAGS = \
+       -I$(top_builddir)/gnome-flashback/libworkarounds \
+       $(NULL)
+
 libworkarounds_la_CFLAGS = \
-       $(IDLE_MONITOR_CFLAGS) \
+       $(WORKAROUNDS_CFLAGS) \
        $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
-       -I$(top_builddir)/gnome-flashback/libworkarounds \
        $(NULL)
 
 libworkarounds_la_SOURCES = \
@@ -22,7 +25,7 @@ libworkarounds_la_LDFLAGS = \
        $(NULL)
 
 libworkarounds_la_LIBADD = \
-       $(IDLE_MONITOR_LIBS) \
+       $(WORKAROUNDS_LIBS) \
        $(NULL)
 
 -include $(top_srcdir)/git.mk


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