summaryrefslogtreecommitdiff
path: root/src/gsmd/Makefile.am
blob: ae1cc091e8316584ca9eaf4eea3a9756b9f9b920 (plain)
1
2
3
4
5
6
7
8
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