summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-29 13:21:51 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-29 13:21:51 -0400
commitd58c19156df92b554c6ff35f0776c1b0b20f335a (patch)
tree18be711bb93df2f9d0b8c02516c790a0d573f3cf /random
parentbc14048976bcecf69a2f51ba5df838b174b412a5 (diff)
remove empty test directory and fix some automake warnings
Diffstat (limited to 'random')
-rw-r--r--random/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/random/Makefile.am b/random/Makefile.am
index 151dbf8..47dc6f0 100644
--- a/random/Makefile.am
+++ b/random/Makefile.am
@@ -20,7 +20,7 @@ librandom_la_SOURCES = \
check_PROGRAMS = test
-test_LDADD = $(GLIB_LIBS) librandom.la
+test_LDADD = librandom.la $(GLIB_LIBS)
TESTS = $(check_PROGRAMS)