From e57fe29b63b883e7e214d1b619bc6953b70fa489 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 13 May 2024 10:22:40 -0500 Subject: Add autotools because why not Signed-off-by: Matt Strapp --- GNUmakefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 GNUmakefile.am (limited to 'GNUmakefile.am') diff --git a/GNUmakefile.am b/GNUmakefile.am new file mode 100644 index 0000000..4f51989 --- /dev/null +++ b/GNUmakefile.am @@ -0,0 +1,11 @@ +lib_LTLIBRARIES = libocusts.la +libocusts_la_LDFLAGS = -version-info 1:0:0 +libocusts_la_SOURCES = include/locusts.h +lib_LIBRARIES = libocusts.a +libocusts_a_SOURCES = include/locusts.h +include_HEADERS = include/locusts.h + + +install-data-local: + mkdir -p $(libdir)/pkgconfig + cp ocusts.pc $(libdir)/pkgconfig/ocusts.pc \ No newline at end of file -- cgit v1.2.3