aboutsummaryrefslogtreecommitdiff
path: root/libsylph/Makefile.am
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-10-10 01:49:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-10-10 01:49:46 +0000
commit855979fd3dd91cacd094384774cb339460587f14 (patch)
tree3be4dbe08839e571c33a13f8e526141e93b2a022 /libsylph/Makefile.am
parent4ee27dcfaf01e2c01eb7cc16a1c7ca30526d7318 (diff)
removed includedir from include path in Makefiles.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3172 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 fa6a436f..b512d120 100644
--- a/libsylph/Makefile.am
+++ b/libsylph/Makefile.am
@@ -4,7 +4,7 @@ AM_CPPFLAGS = \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DLOCALEDIR=\""$(localedir)"\"
-INCLUDES = -I$(top_srcdir) $(GLIB_CFLAGS) -I$(includedir)
+INCLUDES = -I$(top_srcdir) $(GLIB_CFLAGS)
lib_LTLIBRARIES = libsylph-0.la
#noinst_LTLIBRARIES = libsylph.la