Fix compile time warnings and a couple other cleanups.
[cboard.git] / src / Makefile.am
blob549ffcdc27bed23f2850265fc62e1740bb7f8ad3
1 # $Id: Makefile.am,v 1.14 2003-02-07 19:28:25 bjk Exp $
2 bin_PROGRAMS = cboard
3 cboard_SOURCES = cboard.c message.c message.h common.h cboard.h misc.c \
4                  engine.c engine.h input.c input.h help.c pgn.c pgn.h \
5                  history.c history.h rcfile.c rcfile.h colors.c colors.h \
6                  move.c move.h strings.h ics.c ics.h epd.c epd.h debug.c
8 CPPFLAGS = -DDATA_PATH=\"$(pkgdatadir)\" @CPPFLAGS@