added a -release option for libtool, so it names the library with
the version instead of libcomedi-0.0.0.so
This commit is contained in:
parent
37a8e0533f
commit
29b0c0b5eb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ libcomedi_la_SOURCES = \
|
|||
calib_lex.c calib_yacc.c
|
||||
|
||||
libcomedi_la_CFLAGS = $(COMEDILIB_CFLAGS) -D_REENTRANT -DLOCALSTATEDIR=\"\$(localstatedir)\"
|
||||
libcomedi_la_LDFLAGS = -Wl,--version-script=$(srcdir)/version_script
|
||||
libcomedi_la_LDFLAGS = -release $(VERSION) -Wl,--version-script=$(srcdir)/version_script
|
||||
|
||||
calib_yacc.c + calib_yacc.h: $(srcdir)/calib_yacc.y
|
||||
$(YACC) -d -p calib_yy -o $@ $<
|
||||
|
|
Loading…
Add table
Reference in a new issue