diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-03 19:41:29 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-03 19:41:29 -0500 |
commit | fb1a64c4cfc1417609a465f739af7bc5ef827bb6 (patch) | |
tree | cbce5bc51d2e31492eade0b6cea8bdc755468b48 /src/lib/Makefile | |
parent | 781bb2eabda743511aa0280222ba3c6bab47e916 (diff) |
buildsystem: rename all of the install-* variables to libretools-*
Diffstat (limited to 'src/lib/Makefile')
-rw-r--r-- | src/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile index ec5a438..9e9b4a8 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -1,7 +1,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/automake.head.mk -install-libs += common.sh conf.sh +libretools-libs += common.sh conf.sh devtools-files = common.sh.in # Build ############################################################## |