mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-07 19:04:25 +03:00
10 lines
199 B
Makefile
10 lines
199 B
Makefile
noinst_LTLIBRARIES = libmcfilehighlight.la
|
|
|
|
libmcfilehighlight_la_SOURCES = \
|
|
common.c \
|
|
get-color.c \
|
|
ini-file-read.c \
|
|
internal.h
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CPPFLAGS)
|