Skip to content
Snippets Groups Projects
Commit 20ad389c authored by Dan Egnor's avatar Dan Egnor
Browse files

Compatibility fixes, fruitbat updates

parent aaf81af0
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ AUTOMAKE_OPTIONS = foreign 1.2
lib_LTLIBRARIES = liboop-adns.la liboop-glib.la liboop-tcl.la liboop-www.la liboop-rl.la liboop.la
INCLUDES = $(GLIB_INCLUDES) $(TCL_INCLUDES) $(WWW_INCLUDES)
# versions updated as of 0.7
liboop_la_LDFLAGS = -version-info 3:0:0 # version:revision:age
# versions updated as of 0.8
liboop_la_LDFLAGS = -version-info 4:0:0 # version:revision:age
liboop_la_SOURCES = sys.c select.c signal.c alloc.c read.c read-fd.c read-mem.c
liboop_adns_la_LDFLAGS = -version-info 2:0:0
......
dnl Process this file with autoconf to produce a configure script.
AC_INIT(INSTALL)
AM_INIT_AUTOMAKE(liboop,0.8)
AM_INIT_AUTOMAKE(liboop,0.9)
AC_CANONICAL_HOST
dnl Use libtool for shared libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment