X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/65aaa02c8b8a0226b13724934e12f4bd871cdc19..d24d47f5dbe064439e35033cadd9d6c463ee1c87:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 939f721..1a4bb72 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -40,8 +40,13 @@ nodist_pkginclude_HEADERS= ###-------------------------------------------------------------------------- ### The source files. -libsod_la_SOURCES += sod.c +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 +dist_man_MANS += sod.3 ###-------------------------------------------------------------------------- ### Generated builtin module. @@ -55,8 +60,8 @@ sod-base.c: $(SOD); $(V_SOD_c)$(SOD) -tc --builtin sod-base.h: $(SOD); $(V_SOD_h)$(SOD) -th --builtin ###-------------------------------------------------------------------------- -### Manual pages. +### Other manual pages. -dist_man_MANS += sod.3 sod-structs.3 +dist_man_MANS += sod-structs.3 ###----- That's all, folks --------------------------------------------------