diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-02-21 07:49:18 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-02-21 07:49:18 +0000 |
commit | 84f02f03be6df32262e9202eb3142c7b191e4acd (patch) | |
tree | d7121be58863d316f06df102d6ac9aa66f7416ed /src/Makefile.am | |
parent | 4d39a00f69998880ba73565f15220538aacba98f (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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eda81c83..b998e88d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -137,11 +137,11 @@ EXTRA_DIST = \ INCLUDES = \ -DG_LOG_DOMAIN=\"Sylpheed\" \ + -I$(top_srcdir)/libsylph \ $(GTK_CFLAGS) \ $(GDK_PIXBUF_CFLAGS) \ $(GPGME_CFLAGS) \ - -I$(includedir) \ - -I$(top_srcdir)/libsylph + -I$(includedir) if NATIVE_WIN32 SYLPHEED_RES = sylpheed.res |