]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
allow options between command and -- on commandline
[apt.git] / test / libapt / makefile
index 69a13fd92ea183b6dd3b2622d7ef437a173462cd..7f23ace46dd0de3e32bceb49ab5cc79537d9c69f 100644 (file)
@@ -14,8 +14,8 @@ test: $(BIN)/gtest$(BASENAME)
 $(BIN)/gtest$(BASENAME): $(LIB)/gtest.a
 
 PROGRAM = gtest${BASENAME}
-SLIBS = -lapt-pkg -pthread $(LIB)/gtest.a
-LIB_MAKES = apt-pkg/makefile
+SLIBS = -lapt-pkg -lapt-private -pthread $(LIB)/gtest.a
+LIB_MAKES = apt-pkg/makefile apt-private/makefile
 SOURCE = gtest_runner.cc $(wildcard *-helpers.cc *_test.cc)
 include $(PROGRAM_H)