Index: AppController.m
===================================================================
--- AppController.m	(revision 36947)
+++ AppController.m	(working copy)
@@ -1,6 +1,5 @@
 /* All Rights reserved */
 
-#include "TransparentOpenGLView.h"
 #include <AppKit/AppKit.h>
 #include <AppKit/NSOpenGLView.h>
 #include "AppController.h"
@@ -413,7 +412,7 @@
   MySAX *h;
   h = [MySAX new];
   p = [GSXMLParser parserWithSAXHandler:h
-             withContentsOfFile:@"girl.dae"];
+             withContentsOfFile:[[NSBundle mainBundle] pathForResource:@"girl" ofType:@"dae"]];
   if ([p parse])
   {
     [meshArray addObject:[h currentMesh]];
Index: GNUmakefile
===================================================================
--- GNUmakefile	(revision 36947)
+++ GNUmakefile	(working copy)
@@ -7,7 +7,7 @@
 MyTransparentGL_APPLICATION_ICON=MyTransparentGL.tiff
 
 MyTransparentGL_OBJC_FILES = main.m AppController.m
-MyTransparentGL_RESOURCE_FILES = MyTransparentGL.gorm MyTransparentGL.tiff
+MyTransparentGL_RESOURCE_FILES = MyTransparentGL.gorm girl.dae
 
 
 ifeq ($(GNUSTEP_TARGET_OS), mingw32)
