~ubuntu-branches/ubuntu/dapper/vice/dapper

« back to all changes in this revision

Viewing changes to src/drive/iecieee/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2004-08-26 13:35:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040826133551-gcje8j31q5cqgdq2
Tags: 1.14-3
Apply patch from Spiro Trikaliotis <vice@trikaliotis.net> to fix a
problem that some users were experiencing with a floating point
exception on startup related to the fullscreen option being enabled
during compile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = \
 
2
        @ARCH_INCLUDES@ \
 
3
        -I$(top_builddir)/src \
 
4
        -I$(top_srcdir)/src \
 
5
        -I$(top_srcdir)/src/drive
 
6
 
 
7
noinst_LIBRARIES = libdriveiecieee.a
 
8
 
 
9
libdriveiecieee_a_SOURCES = \
 
10
        iecieee.c \
 
11
        via2d.c
 
12