~ubuntu-branches/ubuntu/karmic/ggz-kde-games/karmic

« back to all changes in this revision

Viewing changes to koenig/libcgc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2004-02-18 20:14:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040218201439-nobnsh8tx4kaw6q0
Tags: upstream-0.0.7
ImportĀ upstreamĀ versionĀ 0.0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
#  $Id: Makefile.am,v 1.2 2002/09/23 16:45:01 jdorje Exp $
 
3
 
 
4
SUBDIRS = .
 
5
 
 
6
# INCLUDES = 
 
7
 
 
8
noinst_LIBRARIES = libcgc.a
 
9
 
 
10
libcgc_a_SOURCES =      board.c         board.h         \
 
11
                        cgc.c           cgc.h           \
 
12
                        games.c         games.h         \
 
13
                        movecheck.c     movecheck.h