Makefile.am 280 B

12345678910111213141516
  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@/"\"