aboutsummaryrefslogtreecommitdiff
path: root/libsylph/Makefile.am
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-02-21 07:49:18 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-02-21 07:49:18 +0000
commit84f02f03be6df32262e9202eb3142c7b191e4acd (patch)
treed7121be58863d316f06df102d6ac9aa66f7416ed /libsylph/Makefile.am
parent4d39a00f69998880ba73565f15220538aacba98f (diff)
fixed compilation error with Fink + OS X (Bug #42).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3019 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/Makefile.am')
-rw-r--r--libsylph/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/Makefile.am b/libsylph/Makefile.am
index 1aeb5e6b..fa6a436f 100644
--- a/libsylph/Makefile.am
+++ b/libsylph/Makefile.am
@@ -4,7 +4,7 @@ AM_CPPFLAGS = \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DLOCALEDIR=\""$(localedir)"\"
-INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir) -I$(includedir)
+INCLUDES = -I$(top_srcdir) $(GLIB_CFLAGS) -I$(includedir)
lib_LTLIBRARIES = libsylph-0.la
#noinst_LTLIBRARIES = libsylph.la