aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 03eab7b4e..bb8f0bf41 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -224,9 +224,11 @@ check_PROGRAMS = \
224 224
225if ENABLE_TEST_RUN 225if ENABLE_TEST_RUN
226if LINUX 226if LINUX
227if HAVE_SQLITE
227TESTS = $(check_PROGRAMS) 228TESTS = $(check_PROGRAMS)
228endif 229endif
229endif 230endif
231endif
230 232
231 233
232#test_gns_proxy_SOURCES = \ 234#test_gns_proxy_SOURCES = \