From a809bc0f49ee4c6e777f39d1f80ee57862a0fcab Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 1 Apr 2026 22:24:22 +0200 Subject: Initial import of the code into git --- lib/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/Makefile.am (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..ac8555b --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,15 @@ +lib_LTLIBRARIES = libaplwc.la + +noinst_HEADERS = aplwc_internal.h + +libaplwc_la_SOURCES = \ + autocomplete.c \ + lookup_syscmd.c \ + new.c \ + register_syscmd.c + +libaplwc_la_LDFLAGS = -version-info 0:0:0 + +include_HEADERS = aplwc.h + +pkgconfig_DATA = aplwc.pc -- cgit v1.2.3