Makefile.am 232 B

12345678910111213
  1. noinst_LTLIBRARIES = libmcstrutil.la
  2. libmcstrutil_la_SOURCES = \
  3. replace.c \
  4. strescape.c \
  5. strutil8bit.c \
  6. strutilascii.c \
  7. strutil.c \
  8. strutilutf8.c \
  9. strverscmp.c \
  10. xstrtol.c
  11. AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)