diff options
Diffstat (limited to 'unit/Makefile.am')
-rw-r--r-- | unit/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unit/Makefile.am b/unit/Makefile.am index a1c5510a..d996465c 100644 --- a/unit/Makefile.am +++ b/unit/Makefile.am @@ -1,5 +1,5 @@ -noinst_PROGRAMS = test-common test-util test-sms +noinst_PROGRAMS = test-common test-util test-sms test-simutil test_common_SOURCES = test-common.c $(top_srcdir)/src/common.c @@ -8,6 +8,9 @@ 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 + LDADD = @GLIB_LIBS@ @GTHREAD_LIBS@ AM_CFLAGS = @GTHREAD_CFLAGS@ @GLIB_CFLAGS@ |