1noinst_LIBRARIES = libeditor.a
2INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/arch/include -I$(top_srcdir)/main
3
4libeditor_a_SOURCES = med.c segment.c
5
6EXTRA_DIST = editor.h kdefs.h medwall.h seguvs.h texpage.h
7