2009-05-20 09:33:53 +03:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libmcconfig.la
|
|
|
|
|
|
|
|
libmcconfig_la_SOURCES = \
|
2009-06-02 16:36:58 +03:00
|
|
|
mcconfig.h \
|
2009-05-20 09:33:53 +03:00
|
|
|
common.c \
|
|
|
|
get.c \
|
|
|
|
set.c
|
|
|
|
|
2010-01-08 16:47:19 +02:00
|
|
|
libmcconfig_la_CFLAGS = -I$(top_srcdir) \
|
2009-05-20 09:33:53 +03:00
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
-DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"
|
|
|
|
|