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
cppcheck: reduce variable scope.
[midnight-commander.git]
/
lib
/
strutil
/
Makefile.am
blob
07973c61b6c0b228b5d93eaa21b4e8c3e24490f8
1
noinst_LTLIBRARIES = libmcstrutil.la
2
3
libmcstrutil_la_SOURCES = \
4
replace.c \
5
strescape.c \
6
strutil8bit.c \
7
strutilascii.c \
8
strutil.c \
9
strutilutf8.c \
10
strverscmp.c \
11
xstrtol.c
12
13
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)