blob: b431ec5c4a9a7d03b2f0b8ce6771eea69d3e421f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -std=gnu99
sbin_PROGRAMS = gsmd
gsmd_SOURCES = gsmd.c atcmd.c select.c vendor.c usock.c unsolicited.c log.c \
vendor_ti.c talloc.c
#gsmd_LDADD = ../libgsmd/libgsmd.la
#gsmd_LDFLAGS = -dynamic
noinst_HEADERS = gsmd.h
|