summaryrefslogtreecommitdiff
path: root/src/modules/stub/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-11-23 12:46:50 -0800
committerVito Caputo <vcaputo@pengaru.com>2023-10-19 20:32:33 -0700
commitc313f84d9202fb3a65aa2982aa076a738fc22dc5 (patch)
tree83c1181fe1624b82a7b8c757153476d1f498dc42 /src/modules/stub/Makefile.am
parentcc0d809f6d67a708398357c94b7f9cd4006ec928 (diff)
modules/stub: add a stub sample module
Intended as a bootstrap for new module creation, particularly aimed at new contributors. No module context, fragmenting, taps, or settings are implemented, to keep things as simple as possible.
Diffstat (limited to 'src/modules/stub/Makefile.am')
-rw-r--r--src/modules/stub/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/stub/Makefile.am b/src/modules/stub/Makefile.am
new file mode 100644
index 0000000..c7f5e2f
--- /dev/null
+++ b/src/modules/stub/Makefile.am
@@ -0,0 +1,3 @@
+noinst_LTLIBRARIES = libstub.la
+libstub_la_SOURCES = stub.c
+libstub_la_CPPFLAGS = -I@top_srcdir@/src
© All Rights Reserved