]> git.draconx.ca Git - upkg.git/commitdiff
build: Fix makefile rules for decode-index test program.
authorNick Bowler <nbowler@draconx.ca>
Fri, 11 May 2012 22:48:37 +0000 (18:48 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 11 May 2012 23:13:05 +0000 (19:13 -0400)
libupkg.la got moved as a result of the non-recursive build changes, but
it wasn't changed here.  Also fix a typo in the Gnulib prerequisites.

Makefile.am

index 58f0e6c7a7103e703b7142f46a79f5f39772f543..fed99c164e25cdc88871d592c9ac63ba1ce6fb7e 100644 (file)
@@ -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