drop libudev.pc from all
This commit is contained in:
parent
2fc3361abd
commit
7cdcebdf58
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -17,7 +17,7 @@ OBJ = \
|
|||
udev_monitor.o \
|
||||
udev_enumerate.o
|
||||
|
||||
all: libudev.so libudev.a libudev.pc
|
||||
all: libudev.so libudev.a
|
||||
|
||||
.c.o:
|
||||
${CC} ${XCFLAGS} -c -o $@ $<
|
||||
|
|
@ -39,7 +39,7 @@ install: libudev.so libudev.a libudev.pc
|
|||
cp -f udev.h ${DESTDIR}${INCLUDEDIR}/libudev.h
|
||||
cp -f libudev.a ${DESTDIR}${LIBDIR}/libudev.a
|
||||
cp -f libudev.so ${DESTDIR}${LIBDIR}/libudev.so
|
||||
ln -s libudev.so ${DESTDIR}${LIBDIR}/libudev.so.1
|
||||
ln -fs libudev.so ${DESTDIR}${LIBDIR}/libudev.so.1
|
||||
cp -f libudev.pc ${DESTDIR}${LIBDIR}/pkgconfig/
|
||||
|
||||
uninstall:
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ Installation
|
|||
------------
|
||||
|
||||
```sh
|
||||
make PREFIX=/usr
|
||||
make
|
||||
make PREFIX=/usr install # will overwrite existing udev libraries if any
|
||||
# rebuild all packages which depends on udev
|
||||
# here we go !
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue