diff options
author | Jirka Hladky <jhladky@redhat.com> | 2019-09-30 17:52:21 +0200 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2019-09-30 17:52:21 +0200 |
commit | 2b234789fa6437426bbb20c96409c5d3e7960446 (patch) | |
tree | 67999f94bf2af6621bde9e327aecf5d6cc096382 /src | |
parent | Fix for Unresolved symbol error_exit in libhavege #20 by pld-gitsync (diff) | |
download | haveged-2b234789fa6437426bbb20c96409c5d3e7960446.tar.xz haveged-2b234789fa6437426bbb20c96409c5d3e7960446.zip |
Preparing 1.9.7 release
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 16 | ||||
-rw-r--r-- | src/havege.h | 2 |
2 files changed, 7 insertions, 11 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index f6b4069..6f05fc7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -137,7 +137,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES) libhavege_la_DEPENDENCIES = am_libhavege_la_OBJECTS = libhavege_la-havege.lo \ libhavege_la-havegetune.lo libhavege_la-havegecollect.lo \ - libhavege_la-havegetest.lo libhavege_la-havegecmd.lo + libhavege_la-havegetest.lo libhavege_la_OBJECTS = $(am_libhavege_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) @@ -146,7 +146,7 @@ am__v_lt_1 = libhavege_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libhavege_la_LDFLAGS) $(LDFLAGS) -o $@ -am_haveged_OBJECTS = haveged.$(OBJEXT) +am_haveged_OBJECTS = haveged.$(OBJEXT) havegecmd.$(OBJEXT) haveged_OBJECTS = $(am_haveged_OBJECTS) haveged_DEPENDENCIES = libhavege.la AM_V_P = $(am__v_P_@AM_V@) @@ -334,12 +334,11 @@ lib_LTLIBRARIES = libhavege.la libhavege_la_CPPFLAGS = libhavege_la_LDFLAGS = -version-number @HAVEGE_LT_VERSION@ libhavege_la_LIBADD = @HA_LDFLAGS@ -libhavege_la_SOURCES = havege.c havegetune.c havegecollect.c havegetest.c havegecmd.c \ - cpuid-43.h havege.h havegetune.h havegecollect.h havegetest.h oneiteration.h \ - havegecmd.h +libhavege_la_SOURCES = havege.c havegetune.c havegecollect.c havegetest.c \ + cpuid-43.h havege.h havegetune.h havegecollect.h havegetest.h oneiteration.h -pkginclude_HEADERS = havege.h havegecmd.h -haveged_SOURCES = haveged.c haveged.h +pkginclude_HEADERS = havege.h +haveged_SOURCES = haveged.c haveged.h havegecmd.c havegecmd.h haveged_LDADD = @HA_LDFLAGS@ libhavege.la MAINTAINERCLEANFILES = Makefile.in all: all-am @@ -543,9 +542,6 @@ libhavege_la-havegecollect.lo: havegecollect.c libhavege_la-havegetest.lo: havegetest.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhavege_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libhavege_la-havegetest.lo `test -f 'havegetest.c' || echo '$(srcdir)/'`havegetest.c -libhavege_la-havegecmd.lo: havegecmd.c - $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhavege_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libhavege_la-havegecmd.lo `test -f 'havegecmd.c' || echo '$(srcdir)/'`havegecmd.c - mostlyclean-libtool: -rm -f *.lo diff --git a/src/havege.h b/src/havege.h index a85e90e..6152bea 100644 --- a/src/havege.h +++ b/src/havege.h @@ -30,7 +30,7 @@ extern "C" { * header/package version as a numeric major, minor, patch triple. See havege_version() * below for useage. */ -#define HAVEGE_PREP_VERSION "1.9.5" +#define HAVEGE_PREP_VERSION "1.9.7" /** * Basic types */ |