diff options
-rw-r--r-- | widgets/shortcut-bar/ChangeLog | 4 | ||||
-rw-r--r-- | widgets/shortcut-bar/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog index 921de9a2ce..addd76670e 100644 --- a/widgets/shortcut-bar/ChangeLog +++ b/widgets/shortcut-bar/ChangeLog @@ -1,3 +1,7 @@ +2000-05-25 Ettore Perazzoli <ettore@helixcode.com> + + * Makefile.am: Add `-I$(top_srcdir)'. + 2000-05-24 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added libepaned.a. diff --git a/widgets/shortcut-bar/Makefile.am b/widgets/shortcut-bar/Makefile.am index 6cd59470b0..71b8446363 100644 --- a/widgets/shortcut-bar/Makefile.am +++ b/widgets/shortcut-bar/Makefile.am @@ -3,6 +3,7 @@ noinst_LIBRARIES = libshortcut-bar.a noinst_PROGRAMS = test-shortcut-bar INCLUDES = \ + -I$(top_srcdir) \ -I$(top_srcdir)/widgets/misc \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ $(EXTRA_GNOME_CFLAGS) \ |