diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-22 05:33:35 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-22 05:33:35 +0800 |
commit | 01489fa6b4e60ee6c245edb6e2d2d83f8ac3918d (patch) | |
tree | 0a4ba7f667b7331b76eb8b32a236a080f68f660f /libwombat | |
parent | c7fa0c5ad10846d094e598cd607b2765c0ccda3f (diff) | |
download | gsoc2013-evolution-01489fa6b4e60ee6c245edb6e2d2d83f8ac3918d.tar gsoc2013-evolution-01489fa6b4e60ee6c245edb6e2d2d83f8ac3918d.tar.gz gsoc2013-evolution-01489fa6b4e60ee6c245edb6e2d2d83f8ac3918d.tar.bz2 gsoc2013-evolution-01489fa6b4e60ee6c245edb6e2d2d83f8ac3918d.tar.lz gsoc2013-evolution-01489fa6b4e60ee6c245edb6e2d2d83f8ac3918d.tar.xz gsoc2013-evolution-01489fa6b4e60ee6c245edb6e2d2d83f8ac3918d.tar.zst gsoc2013-evolution-01489fa6b4e60ee6c245edb6e2d2d83f8ac3918d.zip |
Add some includes
2001-06-21 JP Rosevear <jpr@ximian.com>
* Makefile.am: Add some includes
svn path=/trunk/; revision=10386
Diffstat (limited to 'libwombat')
-rw-r--r-- | libwombat/ChangeLog | 4 | ||||
-rw-r--r-- | libwombat/Makefile.am | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libwombat/ChangeLog b/libwombat/ChangeLog index 681abfd605..ecfad80bcd 100644 --- a/libwombat/ChangeLog +++ b/libwombat/ChangeLog @@ -1,3 +1,7 @@ +2001-06-21 JP Rosevear <jpr@ximian.com> + + * Makefile.am: Add some includes + 2001-06-21 Rodrigo Moya <rodrigo@ximian.com> * created new directory for the libwombat library diff --git a/libwombat/Makefile.am b/libwombat/Makefile.am index 5731584704..52caffee60 100644 --- a/libwombat/Makefile.am +++ b/libwombat/Makefile.am @@ -1,3 +1,7 @@ +INCLUDES = \ + $(BONOBO_VFS_GNOME_CFLAGS) \ + $(GNOME_INCLUDEDIR) + # CORBA stuff IDLS = $(top_builddir)/wombat/wombat.idl |