summaryrefslogtreecommitdiffstats
path: root/unit/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'unit/Makefile.am')
-rw-r--r--unit/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/unit/Makefile.am b/unit/Makefile.am
index d996465c..8a27267f 100644
--- a/unit/Makefile.am
+++ b/unit/Makefile.am
@@ -9,7 +9,8 @@ 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/simutil.c \
+ $(top_srcdir)/src/smsutil.c
LDADD = @GLIB_LIBS@ @GTHREAD_LIBS@