Skip to content

Commit

Permalink
build: Install all binaries into sbin.
Browse files Browse the repository at this point in the history
This resolves tpm2-software#4.

Signed-off-by: Philip Tricca <[email protected]>
  • Loading branch information
flihp committed Feb 18, 2016
1 parent 19ab1b5 commit 96e0ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ AM_CXXFLAGS = -DSAPI_CLIENT $(INCLUDE_DIRS)
LDADD = -ltss2 -ltctisocket src/libcommon.a

noinst_LIBRARIES = src/libcommon.a
noinst_PROGRAMS = src/tpm2_listpcrs \
sbin_PROGRAMS = src/tpm2_listpcrs \
src/tpm2_quote \
src/tpm2_takeownership \
src/tpm2_getpubek \
Expand Down

0 comments on commit 96e0ee2

Please sign in to comment.