libchess: Make the first character of a tag name uppercase.
[cboard.git] / src / Makefile.am
blob1fe32a63fb11d8265eb359b3c59755779edaa4fc
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 rcfile.c rcfile.h colors.c \
4                  colors.h strings.h window.h conf.h misc.h common.h
6 LDADD = $(top_builddir)/libchess/.libs/libchess.a
7 CPPFLAGS = -DDATA_PATH=\"$(pkgdatadir)\" -I$(top_builddir)/libchess @CPPFLAGS@