Skip to content

Commit

Permalink
forgot libut in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
djnym committed Oct 14, 2016
1 parent a6e6a0e commit baf5a13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.5.1 (anthonym)
* forgot libut in dist

Version 0.5.0 (anthonym)
* fix various stats output from serial mode journaller
* make lwes-journal-stats useful
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([lwes-journaller], [0.5.0], [[email protected]])
AC_INIT([lwes-journaller], [0.5.1], [[email protected]])
AM_INIT_AUTOMAKE([foreign])

dnl Determine the host type for the host specific inclusion below
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bin_PROGRAMS = \

# any additional files to add to the distribution

myextradist = ${myheaderfiles}
myextradist = ${myheaderfiles} libut

lwes_journaller_SOURCES = ${commonsource} ${journallersource}
lwes_journaller_rotate_SOURCES = ${commonsource} ${rotatesourcefiles}
Expand Down

0 comments on commit baf5a13

Please sign in to comment.