mc/lib/strutil/Makefile.am

16 lines
262 B
Makefile
Raw Normal View History

noinst_LTLIBRARIES = libmcstrutil.la
libmcstrutil_la_SOURCES = \
filevercmp.c \
replace.c \
strescape.c \
strutil8bit.c \
strutilascii.c \
strutil.c \
strutilutf8.c \
strverscmp.c \
tokenize.c \
xstrtol.c
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)