root/lib/strutil/Makefile.am

/* [previous][next][first][last][top][bottom][index][help]  */
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)

/* [previous][next][first][last][top][bottom][index][help]  */