Add $ and ` for escaping and reorder it according to the ascii values
[midnight-commander.git] / slang / Makefile.am
blobc635015f8e7288684d69d53f6bca4921cf76725e
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 \
17         include/sllower.h \
18         include/slupper.h \
19         include/slwcwidth.h
21 libmcslang_a_SOURCES = \
22         slcommon.c \
23         sldisply.c \
24         slerr.c \
25         slgetkey.c \
26         sllower.c \
27         slmisc.c \
28         slsignal.c \
29         slsmg.c \
30         slstring.c \
31         sltermin.c \
32         slupper.c \
33         slutf8.c \
34         slutty.c \
35         slwcwidth.c \
36         $(SLANG_INCLUDES)
38 EXTRA_DIST = ChangeLog README