Navigation Menu

Skip to content

Commit

Permalink
am: add CMake related files into distributed archive
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 17, 2012
1 parent 066879e commit ce4d06f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Expand Up @@ -36,6 +36,7 @@ libmroonga_a_SOURCES = $(sources)
libmroonga_a_LIBADD = $(libraries)

SUBDIRS = \
build \
lib \
test \
doc \
Expand All @@ -44,7 +45,8 @@ SUBDIRS = \

EXTRA_DIST = \
AUTHORS \
plug.in
plug.in \
CMakeLists.txt

installcheck-local: install
test/run-sql-test.sh
Expand Down
2 changes: 2 additions & 0 deletions build/Makefile.am
@@ -0,0 +1,2 @@
SUBDIRS = \
cmake_modules
2 changes: 2 additions & 0 deletions build/cmake_modules/Makefile.am
@@ -0,0 +1,2 @@
EXTRA_DIST = \
ReadFileList.cmake
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -299,6 +299,8 @@ CXXFLAGS="$CXXFLAGS -Werror -fno-implicit-templates -fno-exceptions -fno-rtti -f

AC_CONFIG_FILES([
Makefile
build/Makefile
build/cmake_modules/Makefile
lib/Makefile
test/Makefile
test/unit/Makefile
Expand Down

0 comments on commit ce4d06f

Please sign in to comment.