From bc2604eee4490c94747cbfb268e9a6cdf72d2052 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 2 Dec 2013 20:33:29 -0700 Subject: Misc fixes for gcc4 diff --git a/Makefile b/Makefile index 8b2ae37..9af3924 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME= UberTuber TYPE= APP SRCS= App.cpp MainWindow.cpp Settings.cpp RDEFS= UberTuber.rdef -LIBS= /boot/system/lib/libroot.so /boot/system/lib/libbe.so /boot/system/lib/libtracker.so +LIBS= be tracker $(STDCPPLIBS) LIBPATHS= SYSTEM_INCLUDE_PATHS= $(BUILDHOME)/headers/be $(BUILDHOME)/headers/cpp $(BUILDHOME)/headers/posix ~/config/include LOCAL_INCLUDE_PATHS= -- 1.8.3.4