[Groonga-commit] groonga/groonga [master] don't include needless lib/ path.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 5日 (月) 13:44:18 JST


Kouhei Sutou	2010-07-05 04:44:18 +0000 (Mon, 05 Jul 2010)

  New Revision: eb1164415dcf087fcc41a0476424f9f661a9dfc3

  Log:
    don't include needless lib/ path.

  Modified files:
    lib/Makefile.am

  Modified: lib/Makefile.am (+1 -1)
===================================================================
--- lib/Makefile.am    2010-07-05 04:30:31 +0000 (9649e66)
+++ lib/Makefile.am    2010-07-05 04:44:18 +0000 (b7e1fb9)
@@ -2,7 +2,7 @@ lib_LTLIBRARIES = libgroonga.la
 
 include $(top_srcdir)/version.sh
 AM_CFLAGS = -fno-strict-aliasing $(COVERAGE_CFLAGS)
-DEFAULT_INCLUDES = -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)
+DEFAULT_INCLUDES = -I$(top_builddir) -I$(top_srcdir)
 DEFS += -D_REENTRANT -DGROONGA_VERSION=\"$(GROONGA_VERSION)\"
 
 libgroonga_la_SOURCES = io.c str.c nfkc.c snip.c query.c store.c com.c ql.c scm.c ctx.c hash.c db.c pat.c ii.c token.c proc.c expr.c util.c module.c output.c




Groonga-commit メーリングリストの案内
Back to archive index