diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 14:18:16 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 14:18:16 +0200 |
commit | 1b98ae83be69f805f8197caa42a304e851dd7f95 (patch) | |
tree | 9e808149c3b855098bd18c1e2d35a4bed1136924 /libudev/Makefile.am | |
parent | aebaa8a66f61372f33c9442cdbe4bd9df96e3d29 (diff) |
libudev: move .so version to libudev Makefile
Diffstat (limited to 'libudev/Makefile.am')
-rw-r--r-- | libudev/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libudev/Makefile.am b/libudev/Makefile.am index f8a85addae..e58786531c 100644 --- a/libudev/Makefile.am +++ b/libudev/Makefile.am @@ -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 |