Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from datasift/feature/fix_broken_install
Browse files Browse the repository at this point in the history
make sure all headers that are included in riemannpp.hpp are installed d...
  • Loading branch information
Christopher Gilbert committed Oct 1, 2014
2 parents 8af97d3 + f293e07 commit bc0ac8c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile.am
Expand Up @@ -6,7 +6,13 @@ AM_CPPFLAGS = -I${top_srcdir}/src ${RIEMANN_CLIENT_CFLAGS}

# Build rules for riemannpp library
pkginclude_HEADERS = \
src/riemannpp/riemannpp.hpp
src/riemannpp/riemannpp.hpp \
src/riemannpp/exception.hpp \
src/riemannpp/attribute.hpp \
src/riemannpp/event.hpp \
src/riemannpp/query.hpp \
src/riemannpp/message.hpp \
src/riemannpp/client.hpp

lib_LTLIBRARIES = \
src/riemannpp/libriemannpp.la
Expand Down

0 comments on commit bc0ac8c

Please sign in to comment.