X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/dfa9938398a0e862430cc1e7f708962da1e67d8f..6e7d67bed9f4d76943e2f1724acff1e16b8bf7ac:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 58f0e6c..fed99c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,8 +77,8 @@ engine_la_LIBADD += $(LIBMODPLUG_LIBS) endif check_PROGRAMS = test/decodeindex -test_decodeindex_LDADD = src/libupkg.la libgnu.la -$(test_decodeinder_OBJECTS): $(gnulib_headers) +test_decodeindex_LDADD = libupkg.la libgnu.la +$(test_decodeindex_OBJECTS): $(gnulib_headers) TESTS_ENVIRONMENT = SHELL='$(SHELL)' EXEEXT='$(EXEEXT)' TEST_EXTENSIONS = .sh