Mercurial > sdl-ios-xcode
view src/video/bwindow/Makefile.am @ 606:84d043703e77
Date: Fri, 28 Feb 2003 22:47:56 +0100
From: Denis Oliver Kropp
Subject: Makefile.am fix
I fixed the Makefile.am which lacked many defines.
With this patch SDL on DirectFB doesn't crash on
startup immediately.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 06 Mar 2003 06:18:24 +0000 |
parents | 74212992fb08 |
children | 10332c6fad2e |
line wrap: on
line source
## Makefile.am for SDL using the BeOS BWindow video driver noinst_LTLIBRARIES = libvideo_bwindow.la libvideo_bwindow_la_SOURCES = $(BWINDOW_SRCS) # The SDL BWindow video driver sources BWINDOW_SRCS = \ SDL_BView.h \ SDL_BWin.h \ SDL_lowvideo.h \ SDL_sysevents.cc \ SDL_sysevents_c.h \ SDL_sysmouse.cc \ SDL_sysmouse_c.h \ SDL_sysvideo.cc \ SDL_syswm.cc \ SDL_syswm_c.h