* Fix Jamfile to properly reference external source file.

(thanks DeadYak!)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42542 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV
2011-08-02 16:15:32 +00:00
parent ef2909a10f
commit 4034e8950e
+2 -1
View File
@@ -1,5 +1,6 @@
SubDir HAIKU_TOP src add-ons accelerants radeon_hd ;
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons accelerants common ] ;
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons accelerants radeon_hd atombios ] ;
SetSubDirSupportedPlatformsBeOSCompatible ;
@@ -9,7 +10,7 @@ UsePrivateHeaders [ FDirName graphics radeon_hd ] ;
UsePrivateHeaders [ FDirName graphics common ] ;
Addon radeon_hd.accelerant :
atombios/atom.cpp
atom.cpp
accelerant.cpp
engine.cpp
hooks.cpp