diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-11-24 12:13:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-24 12:13:58 -0500 |
commit | f42051ce4de1a3b2655c2cab778338fe66ee9580 (patch) | |
tree | d043b214242fb78a37de35f04c7bcb76f8a2634a /src | |
parent | ad4d7d706c6c0b8e4233446fa545128af6c73002 (diff) | |
parent | bd7ce64996ef45a45cc571a17c399d889d72a813 (diff) |
Merge pull request #88 from dawagner/fix-includes-install-path
Fix install path of include files
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8bc5bda..da19c54 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,5 @@ DESTDIR ?= PREFIX ?= /usr/local -INCDIR ?= $(PREFIX)/include LIBDIR ?= $(PREFIX)/lib BINDIR ?= $(PREFIX)/bin ifdef DEB_HOST_MULTIARCH |