aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2024-03-03 18:03:56 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2024-03-04 22:03:09 -0300
commit56c249f61c536ea7157e1ef12648fbf7161ff5b0 (patch)
tree60360b958f3ea67bd424a4f9e79b4a49bae7e70d /src/Makefile.am
parent4b1b7cd304e4ec33eabe1690d32ddc9d2f384836 (diff)
downloadlibtuberia-56c249f61c536ea7157e1ef12648fbf7161ff5b0.tar.gz
Adding more functions, this should be the base idea. Now this need to be tested, fixed and improved
Diffstat (limited to 'src/Makefile.am')
-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..0c07c6b
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,3 @@
+lib_LIBRARIES = libtuberia.a
+libtuberia_a_SOURCES = tuberia.c itc.c utils.c tuberia.h itc.h utils.h
+include_HEADERS = tuberia.h