summaryrefslogtreecommitdiff
path: root/src/gsmd/Makefile.am
diff options
context:
space:
mode:
authorlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2006-10-22 14:13:17 +0000
committerlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2006-10-22 14:13:17 +0000
commit4939b432c1dd37ef5cb6d21d7a8d7f570e6cad72 (patch)
tree5b4f3be354bfe05bd56b0526da1478350de5af9e /src/gsmd/Makefile.am
parentbf9b037645a5943e3ba0220be55f7f875445bd5a (diff)
add missing makefile.am
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@97 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'src/gsmd/Makefile.am')
-rw-r--r--src/gsmd/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gsmd/Makefile.am b/src/gsmd/Makefile.am
new file mode 100644
index 0000000..ae1cc09
--- /dev/null
+++ b/src/gsmd/Makefile.am
@@ -0,0 +1,9 @@
+INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CFLAGS = -std=gnu99
+
+bin_PROGRAMS = gsmd
+
+gsmd_SOURCES = gsmd.c atcmd.c select.c vendor_ti.c usock.c unsolicited.c
+#gsmd_LDADD = ../libgsmd/libgsmd.la
+#gsmd_LDFLAGS = -dynamic
+
personal git repositories of Harald Welte. Your mileage may vary