X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/2761f5cfe328f31fc11ac91e9b3583b0f96af309..a13386ba3e5cbeecd0e4315a423e3280dabf0f1c:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 7cb564a..9d36d6c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,20 +35,24 @@ libsod_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) libsod_la_SOURCES = nodist_libsod_la_SOURCES = -nodist_pkginclude_HEADERS= +nodist_pkginclude_HEADERS = ###-------------------------------------------------------------------------- ### The source files. +pkginclude_HEADERS += keyword.h +libsod_la_SOURCES += keyword.c keyword-hosted.c +dist_man_MANS += keyword.3 + pkginclude_HEADERS += sod.h -libsod_la_SOURCES += sod.c +libsod_la_SOURCES += sod.c sod-hosted.c dist_man_MANS += sod.3 ###-------------------------------------------------------------------------- ### Generated builtin module. -nodist_libsod_la_SOURCES+= sod-base.c -nodist_pkginclude_HEADERS+= sod-base.h +nodist_libsod_la_SOURCES += sod-base.c +nodist_pkginclude_HEADERS += sod-base.h BUILT_SOURCES += $(nodist_libsod_la_SOURCES) \ $(nodist_pkginclude_HEADERS)