From f65f3af50ecb61515e39d99505d875c96cf6f8f9 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 25 May 2000 00:12:15 +0000 Subject: Fix compilation with builddir != srcdir. svn path=/trunk/; revision=3193 --- widgets/shortcut-bar/ChangeLog | 4 ++++ widgets/shortcut-bar/Makefile.am | 1 + 2 files changed, 5 insertions(+) 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 + + * Makefile.am: Add `-I$(top_srcdir)'. + 2000-05-24 Christopher James Lahey * 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) \ -- cgit v1.2.3