Creates the proper so-version defined in configure.ac.
This commit is contained in:
parent
5ef66deba0
commit
47450e4387
1 changed files with 5 additions and 1 deletions
|
@ -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 $<
|
||||
|
|
Loading…
Add table
Reference in a new issue