mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
psyc_text: added extra param
This commit is contained in:
parent
15fc28d2d7
commit
0559cd79a7
4 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@ prefix = /usr
|
|||
libdir = ${prefix}/lib
|
||||
|
||||
INSTALL = install
|
||||
LIBS = libpsyc.a
|
||||
LIBS = libpsyc.a libpsyc.so
|
||||
|
||||
install: ${LIBS}
|
||||
|
||||
|
@ -10,7 +10,7 @@ libdir:
|
|||
${INSTALL} -d ${libdir}
|
||||
|
||||
${LIBS}: libdir
|
||||
${INSTALL} $@ ${libdir}
|
||||
-${INSTALL} $@ ${libdir}
|
||||
|
||||
clean:
|
||||
rm -f ${LIBS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue