diff options
Diffstat (limited to 'lib/Makefile.am')
| -rw-r--r-- | lib/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
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 |