Navigation Menu

Skip to content

Commit

Permalink
libmroonga.la -> libmrn_no_mysql.la
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 10, 2012
1 parent 3eefa38 commit 9b8f3bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -20,7 +20,7 @@ sources = \
mrn_table.cpp

libraries = \
$(top_builddir)/lib/libmroonga.la \
$(top_builddir)/lib/libmrn_no_mysql.la \
$(top_builddir)/lib/libmrn_need_mysql.la

dynamic_plugin_ldflags = -module $(GROONGA_LIBS)
Expand Down
4 changes: 2 additions & 2 deletions lib/Makefile.am
Expand Up @@ -5,10 +5,10 @@ AM_CPPFLAGS = \
-I$(top_srcdir)

noinst_LTLIBRARIES = \
libmroonga.la \
libmrn_no_mysql.la \
libmrn_need_mysql.la

libmroonga_la_SOURCES = \
libmrn_no_mysql_la_SOURCES = \
mrn_path_mapper.cpp \
mrn_path_mapper.hpp

Expand Down
2 changes: 1 addition & 1 deletion test/unit/Makefile.am
Expand Up @@ -33,4 +33,4 @@ test_mrn_path_mapper_la_SOURCES = \
test_mrn_path_mapper.cpp

test_mrn_path_mapper_la_LIBADD = \
$(top_builddir)/lib/libmroonga.la
$(top_builddir)/lib/libmrn_no_mysql.la

0 comments on commit 9b8f3bd

Please sign in to comment.