diff options
Diffstat (limited to 'plugins/tests')
-rw-r--r-- | plugins/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/tests/Makefile.am b/plugins/tests/Makefile.am index 0d82be1..cd4caeb 100644 --- a/plugins/tests/Makefile.am +++ b/plugins/tests/Makefile.am | |||
@@ -9,6 +9,8 @@ INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/intl | |||
9 | 9 | ||
10 | EXTRA_PROGRAMS = test_utils | 10 | EXTRA_PROGRAMS = test_utils |
11 | 11 | ||
12 | EXTRA_DIST = test_utils.t | ||
13 | |||
12 | LIBS = @LIBINTL@ | 14 | LIBS = @LIBINTL@ |
13 | 15 | ||
14 | test_utils_SOURCES = test_utils.c | 16 | test_utils_SOURCES = test_utils.c |