Various building fixes. At least, now it builds for me.
authorEttore Perazzoli <ettore@src.gnome.org>
Thu, 2 Mar 2000 00:09:33 +0000 (00:09 +0000)
committerEttore Perazzoli <ettore@src.gnome.org>
Thu, 2 Mar 2000 00:09:33 +0000 (00:09 +0000)
camel/providers/mbox/Makefile.am

index 431ad05..e3234ce 100644 (file)
@@ -9,11 +9,15 @@ providerdir = $(pkglibdir)/camel-providers/$(VERSION)
 
 provider_LTLIBRARIES = libcamelmbox.la
 
-INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \
+INCLUDES = -I.. \
+       -I$(srcdir)/..                          \
+       -I$(top_srcdir)/camel                   \
        -I$(top_srcdir)/intl                    \
-       $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \
        -I$(top_srcdir)/libibex                 \
-       -I$(top_srcdir)/e-util
+       -I$(top_srcdir)/e-util                  \
+       -I$(top_srcdir)                         \
+       -I$(includedir)                         \
+       $(GTK_INCLUDEDIR)
 
 libcamelmbox_la_SOURCES =                      \
        camel-mbox-folder.c                     \