* extfs/rpm: Don't show cpio contents in main rpm view.
[midnight-commander.git] / slang / Makefile.am
blob4d6f3529bd6c922768433b845b6a95a2312e3cf0
1 AM_CFLAGS = $(GLIB_CFLAGS) -I$(srcdir)/include
3 if INCLUDED_SLANG
4 noinst_LIBRARIES = libmcslang.a
5 else
6 noinst_LIBRARIES =
7 endif
9 SLANG_INCLUDES = \
10         include/_slang.h \
11         include/jdmacros.h \
12         include/sl-feat.h \
13         include/slang.h \
14         include/slinclud.h \
15         include/sllimits.h
17 libmcslang_a_SOURCES = \
18         sldisply.c \
19         slerr.c \
20         slgetkey.c \
21         slmisc.c \
22         slsignal.c \
23         slsmg.c \
24         sltermin.c \
25         slutty.c \
26         $(SLANG_INCLUDES)
28 EXTRASRC = slvideo.c slw32tty.c
29 EXTRADOCS = ChangeLog README
31 EXTRA_DIST = $(EXTRASRC) $(EXTRADOCS)