fix build, update private headers

need to inform these apps that the location of about window has changed,
I must have had stale objects that made it appear to work initially.
This commit is contained in:
John Scipione
2014-03-25 14:46:59 -04:00
parent 9ce450b9c2
commit 30dd4e6f70
8 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
SubDir HAIKU_TOP src apps activitymonitor ; SubDir HAIKU_TOP src apps activitymonitor ;
UsePrivateHeaders shared system ; UsePrivateHeaders interface system ;
Application ActivityMonitor : Application ActivityMonitor :
ActivityMonitor.cpp ActivityMonitor.cpp
+1 -1
View File
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src apps deskcalc ;
SetSubDirSupportedPlatformsBeOSCompatible ; SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders shared ; UsePrivateHeaders interface shared ;
Application DeskCalc : Application DeskCalc :
CalcApplication.cpp CalcApplication.cpp
+1 -1
View File
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src apps diskprobe ;
SetSubDirSupportedPlatformsBeOSCompatible ; SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders shared ; UsePrivateHeaders interface shared ;
Application DiskProbe : Application DiskProbe :
DiskProbe.cpp DiskProbe.cpp
+1 -1
View File
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src apps networkstatus ;
SetSubDirSupportedPlatformsBeOSCompatible ; SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders net shared ; UsePrivateHeaders interface net ;
UseLibraryHeaders agg ; UseLibraryHeaders agg ;
local icon_libs ; local icon_libs ;
+1 -1
View File
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src apps powerstatus ;
SetSubDirSupportedPlatformsBeOSCompatible ; SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders shared ; UsePrivateHeaders interface shared ;
UsePrivateSystemHeaders ; UsePrivateSystemHeaders ;
Application PowerStatus : Application PowerStatus :
+1 -1
View File
@@ -1,7 +1,7 @@
SubDir HAIKU_TOP src apps processcontroller ; SubDir HAIKU_TOP src apps processcontroller ;
UsePrivateSystemHeaders ; UsePrivateSystemHeaders ;
UsePrivateHeaders app shared ; UsePrivateHeaders app interface ;
Application ProcessController : Application ProcessController :
AutoIcon.cpp AutoIcon.cpp
+1 -1
View File
@@ -64,7 +64,7 @@ for architectureObject in [ MultiArchSubDirSetup ] {
# private OS headers # private OS headers
UseLibraryHeaders icon ; UseLibraryHeaders icon ;
UsePrivateHeaders shared tracker ; UsePrivateHeaders interface shared tracker ;
SubDirHdrs $(HAIKU_TOP) src kits tracker ; SubDirHdrs $(HAIKU_TOP) src kits tracker ;
Application WebPositive : Application WebPositive :
+1 -2
View File
@@ -1,7 +1,6 @@
SubDir HAIKU_TOP src preferences locale ; SubDir HAIKU_TOP src preferences locale ;
UsePrivateHeaders locale ; UsePrivateHeaders interface locale ;
UsePrivateHeaders shared ;
local sources = local sources =
LanguageListView.cpp LanguageListView.cpp