diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-12-17 15:55:34 +0000 |
---|---|---|
committer | William Jon McCann <mccann@src.gnome.org> | 2008-12-17 15:55:34 +0000 |
commit | c546423396df9eae93a3a4e28e6f133a5af8ea43 (patch) | |
tree | ad216649523d1e9c0e1633483d1f8101077533dd /stickynotes | |
parent | 8d87f23070e3c5b35308ade1ef5eb81e5532631d (diff) |
Add missing libgnomeui CFLAGS Patch from: lucasr.at.mundo@gmail.com (Bug
2008-12-17 William Jon McCann <jmccann@redhat.com>
* Makefile.am: Add missing libgnomeui CFLAGS
Patch from: lucasr.at.mundo@gmail.com
(Bug #564192)
svn path=/trunk/; revision=11160
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/ChangeLog | 6 | ||||
-rw-r--r-- | stickynotes/Makefile.am | 2 |
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) |