summaryrefslogtreecommitdiff
path: root/gsmdecode/src/Makefile.am
diff options
context:
space:
mode:
authorleo <leo@brix.(none)>2008-02-20 10:46:51 +0000
committerleo <leo@brix.(none)>2008-02-20 10:46:51 +0000
commitea13c2400fe58824b6b8e1b9b9b5d487262bd492 (patch)
treeea07a0b0d6025374af525d23be9b64ab8f6fc306 /gsmdecode/src/Makefile.am
parent92ac2847d24871bb30ffaa1ca3573c86fd42b5b5 (diff)
initial
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