summaryrefslogtreecommitdiffstats
path: root/unit/Makefile.am
blob: a1c5510aebbcfab94c3f01211b2ccb866a3c940a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
noinst_PROGRAMS = test-common test-util test-sms

test_common_SOURCES = test-common.c $(top_srcdir)/src/common.c

test_util_SOURCES = test-util.c $(top_srcdir)/src/util.c

test_sms_SOURCES = test-sms.c $(top_srcdir)/src/util.c \
					$(top_srcdir)/src/smsutil.c

LDADD = @GLIB_LIBS@ @GTHREAD_LIBS@

AM_CFLAGS = @GTHREAD_CFLAGS@ @GLIB_CFLAGS@

INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/src

MAINTAINERCLEANFILES = Makefile.in