mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-08 19:34:47 +03:00
13 lines
197 B
Makefile
13 lines
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)"\"
|