Makefile.am 278 B

1234567891011121314
  1. noinst_LTLIBRARIES = libmcconfig.la
  2. libmcconfig_la_SOURCES = \
  3. common.c \
  4. get.c \
  5. set.c \
  6. paths.c
  7. libmcconfig_la_CFLAGS = -I$(top_srcdir) \
  8. $(GLIB_CFLAGS) \
  9. -DDATADIR=\""$(pkgdatadir)/"\" \
  10. -DLOCALEDIR=\""$(localedir)"\" \
  11. -DSYSCONFDIR=\""$(sysconfdir)/@PACKAGE@/"\"