repo.or.cz
/
shigofumi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix building with libxml2-2.12.0
[shigofumi.git]
/
src
/
Makefile.am
blob
e056d1b4c4c2aa6b5e48e5ccfc8e7f7231e11521
1
localedir = $(datadir)/locale
2
AM_CPPFLAGS = @ISDS_CFLAGS@ @CONFUSE_CFLAGS@ -DLOCALEDIR=\"$(localedir)\"
3
LDADD = @ISDS_LIBS@ @CONFUSE_LIBS@ @LIBREADLINE@
4
5
bin_PROGRAMS = shigofumi
6
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