mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-09 11:54:12 +03:00
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)
|