summaryrefslogtreecommitdiff
path: root/src/gsmd/Makefile.am
diff options
context:
space:
mode:
authorlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-01-08 12:05:18 +0000
committerlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-01-08 12:05:18 +0000
commit025facbb69607b64e53f7402b9dda8b689d5df48 (patch)
treecf32e1d9d215cdf988e79bed66021f4d3c6237ca /src/gsmd/Makefile.am
parent3ecd4823d2e575d6cd4e589e794915cbddf54583 (diff)
gsmd is supposed to go into 'sbin' not 'bin'
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@518 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'src/gsmd/Makefile.am')
-rw-r--r--src/gsmd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gsmd/Makefile.am b/src/gsmd/Makefile.am
index d720a4c..7b2bf24 100644
--- a/src/gsmd/Makefile.am
+++ b/src/gsmd/Makefile.am
@@ -1,10 +1,11 @@
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -std=gnu99
-bin_PROGRAMS = gsmd
+sbin_PROGRAMS = gsmd
gsmd_SOURCES = gsmd.c atcmd.c select.c vendor.c usock.c unsolicited.c log.c \
vendor_ti.c
#gsmd_LDADD = ../libgsmd/libgsmd.la
#gsmd_LDFLAGS = -dynamic
+noinst_HEADERS = gsmd.h
personal git repositories of Harald Welte. Your mileage may vary