summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
blob: bb257f50941b847bfa4c9f9bf7826838bee45762 (plain)
1
2
3
4
5
6
7
8
9
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -std=gnu99

bin_PROGRAMS = libgsmd-tool

libgsmd_tool_SOURCES = libgsmd-tool.c
libgsmd_tool_LDADD = ../libgsmd/libgsmd.la
libgsmd_tool_LDFLAGS = -dynamic

personal git repositories of Harald Welte. Your mileage may vary