mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
4f11e4b665
Moved subdirs: * filehighlight * mcconfig * search * skin * tty Signed-off-by: Slava Zanko <slavazanko@gmail.com>
14 lines
240 B
Makefile
14 lines
240 B
Makefile
|
|
noinst_LTLIBRARIES = libmcconfig.la
|
|
|
|
libmcconfig_la_SOURCES = \
|
|
mcconfig.h \
|
|
common.c \
|
|
get.c \
|
|
set.c
|
|
|
|
libmcconfig_la_CFLAGS=-I../ -I$(top_srcdir)/src \
|
|
$(GLIB_CFLAGS) \
|
|
-DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"
|
|
|