Skip to content

Commit

Permalink
Fixed installed `Config.hpp' header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasileios Karakasis committed Jul 23, 2014
1 parent aa4c7d0 commit 34e1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ nobase_include_HEADERS = \

# Fill in the correct paths before installing
install-data-local:
$(SED) -e "/.*#define SPX_JIT_INCLUDE/ s/\".*\"/\"`echo $(includedir) | $(SED) -e 's/\//\\\\\//g'`\"/g; /.*#define SPX_MULT_TEMPLATE_DIR/ s/\".*\"/\"`echo $(datarootdir) | $(SED) -e 's/\//\\\\\//g'`\/templates\"/g" sparsex/internals/Config.hpp > sparsex/internals/Config.hpp.install; \
$(SED) -e "/.*#define SPX_JIT_INCLUDE/ s/\".*\"/\"`echo $(includedir) | $(SED) -e 's/\//\\\\\//g'`\"/g; /.*#define SPX_MULT_TEMPLATE_DIR/ s/\".*\"/\"`echo $(datarootdir) | $(SED) -e 's/\//\\\\\//g'`\/sparsex\/templates\"/g" sparsex/internals/Config.hpp > sparsex/internals/Config.hpp.install; \
test -e $(includedir)/sparsex/internals || \
$(MKDIR_P) $(includedir)/sparsex/internals; \
$(install_data) sparsex/internals/Config.hpp.install $(includedir)/sparsex/internals/Config.hpp; \
Expand Down

0 comments on commit 34e1546

Please sign in to comment.