1INCLUDES		= -I$(top_srcdir)/include -I$(top_builddir)
2
3# libsys is not installed, it's for internal use only
4noinst_LTLIBRARIES	= libsys.la
5libsys_la_SOURCES	= sys.c
6libsys_la_LDFLAGS	= -static
7
8