2010-01-21 14:17:26 +02:00
|
|
|
noinst_LTLIBRARIES = libmcstrutil.la
|
|
|
|
|
|
|
|
libmcstrutil_la_SOURCES = \
|
2010-01-21 15:31:29 +02:00
|
|
|
strescape.c \
|
2010-01-21 14:17:26 +02:00
|
|
|
strutil8bit.c \
|
|
|
|
strutilascii.c \
|
|
|
|
strutil.c \
|
2010-02-09 14:45:12 +02:00
|
|
|
strutilutf8.c \
|
|
|
|
strverscmp.c
|
2010-01-21 14:17:26 +02:00
|
|
|
|
2012-11-14 11:06:47 +04:00
|
|
|
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|