mc/slang/Makefile.am
Andrew V. Samoilov 0cd8f81bdc * Makefile.am: Use AM_CPPFLAGS for path to mc-slang includes.
* slmisc.c (SLang_Version): Declare const. Use SLANG_VERSION for version
        number.
        * include/slang.h (SLang_Version): Declare const.
2004-11-29 11:11:47 +00:00

33 lines
534 B
Makefile

AM_CFLAGS = $(GLIB_CFLAGS)
AM_CPPFLAGS = -I$(srcdir)/include
if INCLUDED_SLANG
noinst_LIBRARIES = libmcslang.a
else
noinst_LIBRARIES =
endif
SLANG_INCLUDES = \
include/_slang.h \
include/jdmacros.h \
include/sl-feat.h \
include/slang.h \
include/slinclud.h \
include/sllimits.h
libmcslang_a_SOURCES = \
sldisply.c \
slerr.c \
slgetkey.c \
slmisc.c \
slsignal.c \
slsmg.c \
sltermin.c \
slutty.c \
$(SLANG_INCLUDES)
EXTRASRC = slvideo.c slw32tty.c
EXTRADOCS = ChangeLog README
EXTRA_DIST = $(EXTRASRC) $(EXTRADOCS)