13a660d2e0
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
13 строки
197 B
Makefile
13 строки
197 B
Makefile
|
|
noinst_LTLIBRARIES = libmcconfig.la
|
|
|
|
libmcconfig_la_SOURCES = \
|
|
common.c \
|
|
get.c \
|
|
set.c \
|
|
paths.c
|
|
|
|
libmcconfig_la_CFLAGS = -I$(top_srcdir) \
|
|
$(GLIB_CFLAGS) \
|
|
-DLOCALEDIR=\""$(localedir)"\"
|