mirror of https://github.com/MidnightCommander/mc
17 lines
381 B
Makefile
17 lines
381 B
Makefile
AM_CFLAGS = $(GLIB_CFLAGS)
|
|
|
|
if INCLUDED_SLANG
|
|
noinst_LIBRARIES = libmcslang.a
|
|
else
|
|
noinst_LIBRARIES =
|
|
endif
|
|
|
|
libmcslang_a_SOURCES = sldisply.c slerr.c slsmg.c slutty.c slgetkey.c \
|
|
slmemcpy.c slmemset.c sltermin.c sltoken.c slsignal.c \
|
|
slang-mc.h _slang.h sl-feat.h jdmacros.h
|
|
|
|
EXTRASRC = slvideo.c slw32tty.c
|
|
EXTRADOCS = ChangeLog README
|
|
|
|
EXTRA_DIST = $(EXTRASRC) $(EXTRADOCS)
|