Updated italian translation
[midnight-commander.git] / slang / Makefile.am
blobc1fa83be2645436e3152bed233f51167d7604cf4
1 AM_CFLAGS = $(GLIB_CFLAGS)
2 AM_CPPFLAGS = -I$(srcdir)/include
4 if INCLUDED_SLANG
5 noinst_LIBRARIES = libmcslang.a
6 else
7 noinst_LIBRARIES =
8 endif
10 SLANG_INCLUDES = \
11         include/_slang.h \
12         include/jdmacros.h \
13         include/sl-feat.h \
14         include/slang.h \
15         include/slinclud.h \
16         include/sllimits.h
18 libmcslang_a_SOURCES = \
19         sldisply.c \
20         slerr.c \
21         slgetkey.c \
22         slmisc.c \
23         slsignal.c \
24         slsmg.c \
25         sltermin.c \
26         slutty.c \
27         $(SLANG_INCLUDES)
29 EXTRASRC = slvideo.c slw32tty.c
30 EXTRADOCS = ChangeLog README
32 EXTRA_DIST = $(EXTRASRC) $(EXTRADOCS)