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

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

test_simutil_SOURCES = test-simutil.c $(top_srcdir)/src/util.c \
					$(top_srcdir)/src/simutil.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