diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-06 13:03:50 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-06 13:03:50 +0800 |
commit | c04178e3d164eb180570eb53c37c752317f0dc3e (patch) | |
tree | 1752a8298a9053c51e2f6a3105c3b9a7ef52bc92 /calendar/conduits | |
parent | 75b4622b71624d3ee6e9fa19ed172ef840e6ac1d (diff) | |
download | gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar.gz gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar.bz2 gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar.lz gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar.xz gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.tar.zst gsoc2013-evolution-c04178e3d164eb180570eb53c37c752317f0dc3e.zip |
Fix my build stupidty READ THE MACRO
2000-12-06 JP Rosevear <jpr@helixcode.com>
* conduits/todo/Makefile.am: Fix my build stupidty READ THE MACRO
* conduits/calendar/Makefile.am: ditto
svn path=/trunk/; revision=6806
Diffstat (limited to 'calendar/conduits')
-rw-r--r-- | calendar/conduits/calendar/Makefile.am | 1 | ||||
-rw-r--r-- | calendar/conduits/todo/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am index d421a710b0..0acb102db1 100644 --- a/calendar/conduits/calendar/Makefile.am +++ b/calendar/conduits/calendar/Makefile.am @@ -5,6 +5,7 @@ INCLUDES = \ -I$(top_builddir)/libical/src/libical \ -I$(top_builddir)/e-util \ $(BONOBO_VFS_GNOME_CFLAGS) \ + $(PISOCK_INCLUDEDIR) \ $(GNOME_PILOT_CFLAGS) # Calendar Capplet diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am index 765c9a3742..b0df8e91a4 100644 --- a/calendar/conduits/todo/Makefile.am +++ b/calendar/conduits/todo/Makefile.am @@ -5,6 +5,7 @@ INCLUDES = \ -I$(top_builddir)/libical/src/libical \ -I$(top_builddir)/e-util \ $(BONOBO_VFS_GNOME_CFLAGS) \ + $(PISOCK_INCLUDEDIR) \ $(GNOME_PILOT_CFLAGS) # ToDo Capplet |