Updated version number for shared object.
[yaz-moved-to-github.git] / lib / Makefile.am
index a2eb3cd..3f934cf 100644 (file)
@@ -1,11 +1,7 @@
-## $Id: Makefile.am,v 1.6 2000-06-19 09:49:35 adam Exp $
+## $Id: Makefile.am,v 1.8 2000-10-11 11:36:15 adam Exp $
 
 lib_LTLIBRARIES = libyaz.la
 
-bin_SCRIPTS = yaz-config
-
-EXTRA_DIST = yaz-config.in
-
 # If the line below is omitted the LINK variable is
 # not set in Makefile.in and it will NOT work ..
 EXTRA_libyaz_la_SOURCES=x.c
@@ -13,7 +9,9 @@ EXTRA_libyaz_la_SOURCES=x.c
 # No real sources
 libyaz_la_SOURCES=
 
-LDFLAGS=-version-info 0:0:0
+LDFLAGS=-version-info 1:0:0
+
+bin_SCRIPTS = yaz-config
 
 libyaz_la_LIBADD=../odr/libodr.la ../$(ASNMODULE)/libasn.la \
  ../comstack/libcomstack.la ../server/libserver.la \