summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-30 21:43:30 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-30 21:43:30 -0400
commit3c47bb4f0f2e3b722c16075f916658c5844ed695 (patch)
treee0b77c60a2d87c68a314830f5ecddf627516e442 /tests/Makefile.am
parent09d2d01315761bdedb767746cd32cb720b65ed63 (diff)
downloadlibgd-3c47bb4f0f2e3b722c16075f916658c5844ed695.tar.gz
tests: do not build libgdtest.a all the time
We only need this for tests, so move it to the check target to avoid building it normally.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c793b9f..30589b2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-noinst_LIBRARIES = libgdtest.a
+check_LIBRARIES = libgdtest.a
libgdtest_a_SOURCES = \
gdtest/gdtest.c \