diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -16,16 +16,13 @@ endif pkglib_LTLIBRARIES = libdistrencommon.la # libdistrencommon.la: -libdistrencommon_la_SOURCES = src/common/options.c \ - src/common/options.h \ +libdistrencommon_la_SOURCES = src/common/asprintf.c src/common/asprintf.h \ + src/common/execio.c src/common/execio.h \ + src/common/misc.c src/common/misc.h \ + src/common/options.c src/common/options.h \ src/common/protocol.h \ - src/common/execio.h \ - src/common/execio.c \ src/common/remoteio.h \ - src/common/libremoteio.h \ - src/common/remoteio.c \ - src/common/asprintf.h \ - src/common/asprintf.c + src/common/remoteio.c src/common/libremoteio.h #see http://sources.redhat.com/autobook/autobook/autobook_91.html # either increase the revision number or the interface number each release! libdistrencommon_la_LDFLAGS = $(AM_LDFLAGS) -version-info 0:0:0