Forgot to update this one: accidently got the install-test-apps rule wrong for libtracker.so.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14873 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-12 20:28:42 +00:00
parent 455d1c46a6
commit de6f940f1a
+2 -2
View File
@@ -89,6 +89,6 @@ SharedLibrary libtracker.so :
; ;
if $(TARGET_PLATFORM) = libbe_test { if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : libtracker.so HaikuInstall install-test-apps : $(HAIKU_APP_TEST_LIB_DIR) : libtracker.so
: tests!apps!lib ; : tests!apps ;
} }