Fix PGN saving with annotations.
[cboard.git] / src / Makefile.am
blobfd98ee6c42be9a3a8596d266d627fe145ef75d8e
1 bin_PROGRAMS = cboard
2 cboard_SOURCES = cboard.c message.c message.h cboard.h misc.c engine.c \
3                  engine.h input.c input.h help.c pgn.c pgn.h rcfile.c \
4                  rcfile.h colors.c colors.h move.c move.h strings.h debug.c \
5                  chess.h window.h conf.h debug.h misc.h
7 CPPFLAGS = -DDATA_PATH=\"$(pkgdatadir)\" @CPPFLAGS@