]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
prevent C++ locale number formatting in text APIs
[apt.git] / test / libapt / makefile
index c078cc568e487635bbc1c8656bbf020d5bd6e662..5ff9cf68a2a1d4e617d8fa7f7a22e00164ab6de2 100644 (file)
@@ -15,8 +15,8 @@ test: $(BIN)/gtest$(BASENAME)
 $(BIN)/gtest$(BASENAME): $(LIB)/gtest.a
 
 PROGRAM = gtest${BASENAME}
-SLIBS = -lapt-pkg -lapt-private -pthread $(LIB)/gtest.a
-LIB_MAKES = apt-pkg/makefile apt-private/makefile
+SLIBS = -lapt-pkg -lapt-private -lapt-inst -pthread $(LIB)/gtest.a
+LIB_MAKES = apt-pkg/makefile apt-private/makefile apt-inst/makefile
 SOURCE = gtest_runner.cc $(wildcard *-helpers.cc *_test.cc)
 include $(PROGRAM_H)