diff options
author | David Wagner <david.wagner@intel.com> | 2016-11-24 17:20:35 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2016-11-24 17:20:35 +0100 |
commit | bd7ce64996ef45a45cc571a17c399d889d72a813 (patch) | |
tree | e1c4268b0f5878844d485fe0517b3fe4dde6bf2e /src/Makefile | |
parent | 22c43513f5c05713efdb00e96b7fba0e75c3b40e (diff) |
Fix install path of include files
They were installed under $prefix/ instead of $prefix/tinyalsa/
Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'src/Makefile')
-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 |