mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
29110e5681
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
12 lines
163 B
Makefile
12 lines
163 B
Makefile
|
|
noinst_LTLIBRARIES = libmcconfig.la
|
|
|
|
libmcconfig_la_SOURCES = \
|
|
common.c \
|
|
get.c \
|
|
history.c \
|
|
set.c \
|
|
paths.c
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)
|