summaryrefslogtreecommitdiff
path: root/stickynotes
diff options
context:
space:
mode:
Diffstat (limited to 'stickynotes')
-rw-r--r--stickynotes/ChangeLog6
-rw-r--r--stickynotes/Makefile.am2
2 files changed, 8 insertions, 0 deletions
diff --git a/stickynotes/ChangeLog b/stickynotes/ChangeLog
index 21b5e8ae1..e9b0e7398 100644
--- a/stickynotes/ChangeLog
+++ b/stickynotes/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-17 William Jon McCann <jmccann@redhat.com>
+
+ * Makefile.am: Add missing libgnomeui CFLAGS
+ Patch from: lucasr.at.mundo@gmail.com
+ (Bug #564192)
+
2008-11-14 Callum McKenzie <callum@spooky-possum.org>
* util.[ch]:
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am
index f5dc634f6..d356f3594 100644
--- a/stickynotes/Makefile.am
+++ b/stickynotes/Makefile.am
@@ -12,6 +12,7 @@ INCLUDES = \
-I. \
-I$(srcdir) \
$(GNOME_APPLETS_CFLAGS) \
+ $(GNOME_LIBS2_CFLAGS) \
$(LIBWNCK_CFLAGS) \
$(XML2_CFLAGS) \
-DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/stickynotes/\"
@@ -33,6 +34,7 @@ stickynotes_applet_SOURCES = \
stickynotes_applet_LDADD = \
$(GNOME_APPLETS_LIBS) \
$(LIBWNCK_LIBS) \
+ $(GNOME_LIBS2_LIBS) \
$(XML2_LIBS)
builder_DATA = $(builder_files)