Makefile.am 163 B

1234567891011
  1. noinst_LTLIBRARIES = libmcconfig.la
  2. libmcconfig_la_SOURCES = \
  3. common.c \
  4. get.c \
  5. history.c \
  6. set.c \
  7. paths.c
  8. AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)