repo.or.cz
/
kaloumi3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch '2134_am_silent_rules'
[kaloumi3.git]
/
lib
/
strutil
/
Makefile.am
blob
e7aceaf59fdb3fe27028e1896375b3f40e5c2926
1
noinst_LTLIBRARIES = libmcstrutil.la
2
3
libmcstrutil_la_SOURCES = \
4
strescape.c \
5
strutil8bit.c \
6
strutilascii.c \
7
strutil.c \
8
strutilutf8.c \
9
strverscmp.c
10
11
12
13
libmcstrutil_la_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)