summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-05-02 18:53:42 -0700
committerVito Caputo <vcaputo@pengaru.com>2018-05-02 18:53:42 -0700
commit9ca50bebfa45165af50fa166888b593db67d8e21 (patch)
treeee3053d6929450021c71e38d90f338e3f6da2d73 /src
parent7fd168d9bf3775380044ea4b71d693f195e8033c (diff)
build: add rudimentary automake build system
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..588cafe
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,3 @@
+noinst_LIBRARIES = libpulp.a
+libpulp_a_SOURCES = pulp.c pulp.h
+libpulp_a_CPPFLAGS = -I@top_srcdir@/libthunk
© All Rights Reserved