mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
libudev: move .so version to libudev Makefile
This commit is contained in:
parent
aebaa8a66f
commit
1b98ae83be
@ -15,14 +15,6 @@ dnl /* prefix is /usr, exec_prefix is /, if overridden exec_prefix follows prefi
|
||||
AC_PREFIX_DEFAULT([/usr])
|
||||
test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix=
|
||||
|
||||
dnl /* libudev version */
|
||||
LIBUDEV_LT_CURRENT=4
|
||||
LIBUDEV_LT_REVISION=0
|
||||
LIBUDEV_LT_AGE=4
|
||||
AC_SUBST(LIBUDEV_LT_CURRENT)
|
||||
AC_SUBST(LIBUDEV_LT_REVISION)
|
||||
AC_SUBST(LIBUDEV_LT_AGE)
|
||||
|
||||
AC_PATH_PROG([XSLTPROC], [xsltproc])
|
||||
|
||||
AC_ARG_WITH(udev-prefix,
|
||||
|
@ -29,6 +29,9 @@ libudev_la_SOURCES =\
|
||||
libudev-monitor.c \
|
||||
libudev-queue.c
|
||||
|
||||
LIBUDEV_LT_CURRENT=4
|
||||
LIBUDEV_LT_REVISION=0
|
||||
LIBUDEV_LT_AGE=4
|
||||
libudev_la_LDFLAGS = \
|
||||
-version-info $(LIBUDEV_LT_CURRENT):$(LIBUDEV_LT_REVISION):$(LIBUDEV_LT_AGE) \
|
||||
-export-symbols $(top_srcdir)/libudev/exported_symbols
|
||||
|
@ -34,7 +34,6 @@
|
||||
* Connects to a device event source.
|
||||
*/
|
||||
|
||||
/**
|
||||
/**
|
||||
* udev_monitor:
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user