Moved dir $(srcdir)/syntax into $(srcdir)/misc/syntax
[midnight-commander.git] / src / tty / Makefile.am
blob713ce0513f14c14642c565db82194292fcd2ea99
2 noinst_LTLIBRARIES = libmctty.la
4 if USE_SCREEN_SLANG
5     TTY_SCREEN_SRC = \
6         color-slang.c color-slang.h \
7         tty-slang.c tty-slang.h
8 else
9     TTY_SCREEN_SRC = \
10         color-ncurses.c \
11         tty-ncurses.c tty-ncurses.h
12 endif
14 TTY_SRC = \
15         color-internal.c color-internal.h \
16         color.c color.h \
17         key.c key.h keyxdef.c \
18         mouse.c mouse.h \
19         tty.c tty.h tty-internal.h \
20         win.c win.h \
21         x11conn.c x11conn.h
23 libmctty_la_SOURCES = $(TTY_SRC) $(TTY_SCREEN_SRC)
25 libmctty_la_CFLAGS = -I../ -I$(top_srcdir)/src \
26         $(GLIB_CFLAGS) \
27         -DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"