summaryrefslogtreecommitdiffstats
path: root/src/libdtmf/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2020-10-03 16:25:48 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2020-12-29 19:02:57 +0100
commit58f1c9a91226f4954a4799fab082f186923aa806 (patch)
treeab137478c73bcb079e3031cbc65ecc7ef37f452e /src/libdtmf/Makefile.am
parentfde7cc2ce319bf294ded54da0822672fe33b1923 (diff)
Add libraries from Osmocom-Analog
Diffstat (limited to 'src/libdtmf/Makefile.am')
-rw-r--r--src/libdtmf/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libdtmf/Makefile.am b/src/libdtmf/Makefile.am
new file mode 100644
index 0000000..f1df569
--- /dev/null
+++ b/src/libdtmf/Makefile.am
@@ -0,0 +1,7 @@
+AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
+
+noinst_LIBRARIES = libdtmf.a
+
+libdtmf_a_SOURCES = \
+ dtmf_encode.c \
+ dtmf_decode.c