From 66765679d47689b9420c5a88c0ae1cb8debc9f99 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Fri, 16 Mar 2012 01:29:25 +0000 Subject: [PATCH] 3dmov: Add GL header dependency --- src/apps/3dmov/Jamfile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/3dmov/Jamfile b/src/apps/3dmov/Jamfile index d11481480e..a1bc4c2309 100644 --- a/src/apps/3dmov/Jamfile +++ b/src/apps/3dmov/Jamfile @@ -8,8 +8,7 @@ if $(HAIKU_GCC_VERSION[1]) < 3 { SubDirC++Flags --no-warnings ; } - -Application 3DMov : +local sources = Application.cpp MainWindow.cpp ViewObject.cpp @@ -18,6 +17,12 @@ Application 3DMov : ViewCube.cpp ViewSphere.cpp GLUtility.cpp + ; + +Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ; + +Application 3DMov : + $(sources) : be GL game $(HAIKU_LOCALE_LIBS) media translation $(TARGET_LIBSUPC++) : 3dmov.rdef ;