repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mcview: refactoring of mcview_get_utf().
[midnight-commander.git]
/
src
/
viewer
/
Makefile.am
blob
0602084d54b7646afbf827ccc587fc6aaf1db87d
1
2
noinst_LTLIBRARIES = libmcviewer.la
3
4
libmcviewer_la_SOURCES = \
5
actions_cmd.c \
6
ascii.c \
7
coord_cache.c \
8
datasource.c \
9
dialogs.c \
10
display.c \
11
growbuf.c \
12
hex.c \
13
inlines.h \
14
internal.h \
15
lib.c \
16
mcviewer.c \
17
mcviewer.h \
18
move.c \
19
nroff.c \
20
search.c
21
22
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CPPFLAGS)
23
24
libmcviewer_la_LIBADD = ../../lib/libmc.la