Add commercialcredit command
[shigofumi.git] / src / Makefile.am
blob5402cc4ad0988de9743084c942cc5804fd79a557
1 localedir = $(datadir)/locale
2 AM_CPPFLAGS = @ISDS_CFLAGS@ @CONFUSE_CFLAGS@ -DLOCALEDIR=\"$(localedir)\"
3 LDADD = @ISDS_LIBS@ @CONFUSE_LIBS@
5 bin_PROGRAMS = shigofumi
7 shigofumi_SOURCES = \
8         completion.c completion.h \
9         config.h \
10         data.c data.h \
11         gettext.h \
12         io.c io.h \
13         shigofumi.c shigofumi.h \
14         ui.h \
15         utils.c utils.h