Fix install error at make install
At db72f8610d is missing change in Makefile.
This err was reporting at bkuhls.
This patch fix it.
This commit is contained in:
committed by
illiliti
parent
692cb07e55
commit
eb30a8bc85
2
Makefile
2
Makefile
@@ -45,7 +45,7 @@ libudev.pc: libudev.pc.in
|
||||
-e 's|@VERSION@|243|g' \
|
||||
libudev.pc.in > libudev.pc
|
||||
|
||||
install: libudev.so libudev.a libudev.pc
|
||||
install: libudev.so.1 libudev.a libudev.pc
|
||||
mkdir -p ${DESTDIR}${INCLUDEDIR} ${DESTDIR}${LIBDIR} ${DESTDIR}${PKGCONFIGDIR}
|
||||
cp -f udev.h ${DESTDIR}${INCLUDEDIR}/libudev.h
|
||||
cp -f libudev.a ${DESTDIR}${LIBDIR}/libudev.a
|
||||
|
||||
Reference in New Issue
Block a user