root/lib/mcconfig/Makefile.am

/* [previous][next][first][last][top][bottom][index][help]  */
 
noinst_LTLIBRARIES = libmcconfig.la
 
libmcconfig_la_SOURCES = \
        common.c \
        get.c \
        history.c \
        set.c \
        paths.c
 
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)

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