~ubuntu-branches/ubuntu/hardy/vice/hardy

« back to all changes in this revision

Viewing changes to src/vic20/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2007-10-07 07:05:46 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071007070546-81yy0twlka7p2t0e
Tags: 1.22-1
* New upstream version (closes: #428280).
* Correct link to HTML documentation in manpage (closes: #409567).
* Fix most packaging mistakes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        -I$(top_builddir)/src \
4
4
        -I$(top_srcdir)/src \
5
5
        -I$(top_srcdir)/src/drive \
 
6
        -I$(top_srcdir)/src/sid \
6
7
        -I$(top_srcdir)/src/tape \
7
8
        -I$(top_srcdir)/src/raster
8
9
 
33
34
        vic20.h \
34
35
        vic20bus.c \
35
36
        vic20cartridge.c \
 
37
        vic20click.h \
36
38
        vic20datasette.c \
37
39
        vic20drive.c \
38
40
        vic20iec.c \