summaryrefslogtreecommitdiff
path: root/gsmdecode/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gsmdecode/src/Makefile.am')
-rw-r--r--gsmdecode/src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/gsmdecode/src/Makefile.am b/gsmdecode/src/Makefile.am
new file mode 100644
index 0000000..4877b72
--- /dev/null
+++ b/gsmdecode/src/Makefile.am
@@ -0,0 +1,3 @@
+bin_PROGRAMS = gsmdecode
+gsmdecode_SOURCES = data_out.c gsmdecode.c id_list.c common.c
+noinst_HEADERS = data_out.h gsm_desc.h id_list.h common.h
personal git repositories of Harald Welte. Your mileage may vary