Skip to content

Commit

Permalink
Add a missing entry to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Sep 5, 2014
1 parent d7d946a commit 1587add
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ AC_CHECK_LIB([rt], [clock_gettime])
AC_CONFIG_FILES([Makefile
include/Makefile
include/grnxx/Makefile
include/grnxx/array/Makefile
lib/Makefile
lib/grnxx/Makefile
src/Makefile
Expand Down
3 changes: 3 additions & 0 deletions include/grnxx/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
SUBDIRS = \
array

pkginclude_HEADERS = \
array.hpp \
column.hpp \
Expand Down
3 changes: 3 additions & 0 deletions include/grnxx/array/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pkgincludedir = ${includedir}/${PACKAGE}/array
pkginclude_HEADERS = \
bool.hpp

0 comments on commit 1587add

Please sign in to comment.