diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-25 08:12:15 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-25 08:12:15 +0800 |
commit | f65f3af50ecb61515e39d99505d875c96cf6f8f9 (patch) | |
tree | 756251a8e152b300e3b6c2ab5038e973866a0229 | |
parent | 1d2f32fdcaedb9fccb3b35a50c6333b439d76160 (diff) | |
download | gsoc2013-evolution-f65f3af50ecb61515e39d99505d875c96cf6f8f9.tar gsoc2013-evolution-f65f3af50ecb61515e39d99505d875c96cf6f8f9.tar.gz gsoc2013-evolution-f65f3af50ecb61515e39d99505d875c96cf6f8f9.tar.bz2 gsoc2013-evolution-f65f3af50ecb61515e39d99505d875c96cf6f8f9.tar.lz gsoc2013-evolution-f65f3af50ecb61515e39d99505d875c96cf6f8f9.tar.xz gsoc2013-evolution-f65f3af50ecb61515e39d99505d875c96cf6f8f9.tar.zst gsoc2013-evolution-f65f3af50ecb61515e39d99505d875c96cf6f8f9.zip |
Fix compilation with builddir != srcdir.
svn path=/trunk/; revision=3193
-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) \ |