projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ef66de
)
Creates the proper so-version defined in configure.ac.
author
Bernd Porr
<Bernd.Porr@f2s.com>
Tue, 7 Jun 2005 23:27:00 +0000
(23:27 +0000)
committer
Bernd Porr
<Bernd.Porr@f2s.com>
Tue, 7 Jun 2005 23:27:00 +0000
(23:27 +0000)
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index ae39b1d5c1af3991ffc76961605a8bde3eff14e4..8162f2159215be789397573199c6d0ea12ad5f68 100644
(file)
--- a/
lib/Makefile.am
+++ b/
lib/Makefile.am
@@
-15,8
+15,12
@@
libcomedi_la_SOURCES = \
calib_lex.c calib_yacc.c
libcomedi_la_CFLAGS = $(COMEDILIB_CFLAGS) -D_REENTRANT -DLOCALSTATEDIR=\"\$(localstatedir)\"
+
+
libcomedi_la_LDFLAGS = -soname libcomedi \
- -Wl,--version-script=$(srcdir)/version_script
+ -release $(VERSION) \
+ -Wl,--version-script=$(srcdir)/version_script
+
$(srcdir)/calib_yacc.c + $(srcdir)/calib_yacc.h: $(srcdir)/calib_yacc.y
$(YACC) -d -p calib_yy -o $(srcdir)/calib_yacc.c $<