[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] delete src directory and move some files to top directory.

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:18:46 JST 2012


Tetsuro IKEDA	2009-06-01 15:44:10 +0900 (Mon, 01 Jun 2009)

  New Revision: 67d7429edd4f723783ac725f01b35dd121ea12a7
  https://github.com/mroonga/mroonga/commit/67d7429edd4f723783ac725f01b35dd121ea12a7

  Log:
    delete src directory and move some files to top directory.

  Removed files:
    src/Makefile.am
  Modified files:
    Makefile.am
    configure.ac
  Renamed files:
    ha_groonga.cc
      (from src/ha_groonga.cc)
    ha_groonga.h
      (from src/ha_groonga.h)
    mroonga.h
      (from src/mroonga.h)

  Modified: Makefile.am (+7 -2)
===================================================================
--- Makefile.am    2009-06-01 15:02:11 +0900 (9839e95)
+++ Makefile.am    2009-06-01 15:44:10 +0900 (16fdcf6)
@@ -1,4 +1,9 @@
-SUBDIRS = src
-
+lib_LTLIBRARIES = libmroonga.la
 
+AM_CPPFLAGS = $(MYSQL_INC) $(GROONGA_INCLUDES) $(MECAB_INCLUDES) -save-temps
+AM_INCLUDES = -l. -l..
 
+libmroonga_la_SOURCES = ha_groonga.cc
+libmroonga_la_LDFLAGS = -module  $(GROONGA_LIBS) $(MECAB_LIBS)
+libmroonga_la_CXXFLAGS = -DMYSQL_DYNAMIC_PLUGIN
+noinst_HEADERS = mroonga.h ha_groonga.h

  Modified: configure.ac (+0 -1)
===================================================================
--- configure.ac    2009-06-01 15:02:11 +0900 (aab03a1)
+++ configure.ac    2009-06-01 15:44:10 +0900 (6493773)
@@ -120,6 +120,5 @@ CXXFLAGS="$CXXFLAGS -fno-implicit-templates -fno-exceptions -fno-rtti"
 
 AC_CONFIG_FILES([
   Makefile
-  src/Makefile
 ])
 AC_OUTPUT

  Renamed: ha_groonga.cc (+0 -0) 100%
===================================================================

  Renamed: ha_groonga.h (+0 -0) 100%
===================================================================

  Renamed: mroonga.h (+0 -0) 100%
===================================================================

  Deleted: src/Makefile.am (+0 -9) 100644
===================================================================
--- src/Makefile.am    2009-06-01 15:02:11 +0900 (16fdcf6)
+++ /dev/null
@@ -1,9 +0,0 @@
-lib_LTLIBRARIES = libmroonga.la
-
-AM_CPPFLAGS = $(MYSQL_INC) $(GROONGA_INCLUDES) $(MECAB_INCLUDES) -save-temps
-AM_INCLUDES = -l. -l..
-
-libmroonga_la_SOURCES = ha_groonga.cc
-libmroonga_la_LDFLAGS = -module  $(GROONGA_LIBS) $(MECAB_LIBS)
-libmroonga_la_CXXFLAGS = -DMYSQL_DYNAMIC_PLUGIN
-noinst_HEADERS = mroonga.h ha_groonga.h
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index