Fixed for new version of automake.
[yaz-moved-to-github.git] / lib / Makefile.in
index c7d41b0..6041973 100644 (file)
@@ -81,10 +81,6 @@ YAZ_SRC_ROOT = @YAZ_SRC_ROOT@
 
 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
@@ -92,7 +88,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  ../zutil/libzutil.la ../util/libutil.la ../ccl/libccl.la  ../retrieval/libret.la $(ILLLIB)