chiark / gitweb /
libudev: remove prefix from .so version variables
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 16 Jun 2009 12:56:10 +0000 (14:56 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 16 Jun 2009 12:56:10 +0000 (14:56 +0200)
libudev/Makefile.am

index e58786531c167b1c96e8b90000241c42f85339bf..5d0cbf74b1e742dca68a8676d8329b02fb40c423 100644 (file)
@@ -29,11 +29,11 @@ libudev_la_SOURCES =\
        libudev-monitor.c \
        libudev-queue.c
 
-LIBUDEV_LT_CURRENT=4
-LIBUDEV_LT_REVISION=0
-LIBUDEV_LT_AGE=4
+LT_CURRENT=4
+LT_REVISION=0
+LT_AGE=4
 libudev_la_LDFLAGS = \
-       -version-info $(LIBUDEV_LT_CURRENT):$(LIBUDEV_LT_REVISION):$(LIBUDEV_LT_AGE) \
+       -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
        -export-symbols $(top_srcdir)/libudev/exported_symbols
 
 pkgconfigdir = $(prefix)/$(libdir_name)/pkgconfig