Skip to content

Commit

Permalink
install: Install library files during make install
Browse files Browse the repository at this point in the history
A make install only installed the binary files but not the librichacl.so library.
Make sure the install target on librichacl directory result in library
install.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
  • Loading branch information
kvaneesh committed Nov 15, 2010
1 parent f7d94f5 commit 1e1146b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librichacl/Makefile
Expand Up @@ -24,7 +24,7 @@ default: $(LTLIBRARY)

include $(BUILDRULES)

install:
install: install-lib

install-dev: default
$(INSTALL_LTLIB_DEV)
Expand Down

0 comments on commit 1e1146b

Please sign in to comment.