mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
support make install DESTDIR=...
This commit is contained in:
parent
651d5f1d27
commit
7ed845c4f2
6 changed files with 27 additions and 17 deletions
|
@ -1,5 +1,4 @@
|
|||
prefix = /usr
|
||||
includedir = ${prefix}/include
|
||||
includedir = ${DESTDIR}/include
|
||||
|
||||
INSTALL = install
|
||||
HEADERS = psyc.h
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Why do we have a Makefile in the include directory?
|
||||
|
||||
prefix = /usr
|
||||
includedir = ${prefix}/include
|
||||
includedir = ${DESTDIR}/include
|
||||
|
||||
INSTALL = install
|
||||
HEADERS = match.h method.h packet.h parse.h render.h text.h uniform.h variable.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue