summaryrefslogtreecommitdiffstats
path: root/lib/strutil/Makefile.am
blob: 5936a366466a0441f26782466c1d2fd6e1947a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_LTLIBRARIES = libmcstrutil.la

libmcstrutil_la_SOURCES = \
	filevercmp.c \
	replace.c \
	strescape.c \
	strutil8bit.c \
	strutilascii.c \
	strutil.c \
	strutilutf8.c \
	strverscmp.c \
	xstrtol.c

AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)