Navigation Menu

Skip to content

Commit

Permalink
delete src directory and move some files to top directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Jun 1, 2009
1 parent 8724c50 commit 67d7429
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
9 changes: 7 additions & 2 deletions Makefile.am
@@ -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
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -120,6 +120,5 @@ CXXFLAGS="$CXXFLAGS -fno-implicit-templates -fno-exceptions -fno-rtti"

AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_OUTPUT
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions src/Makefile.am

This file was deleted.

0 comments on commit 67d7429

Please sign in to comment.