1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = generic gtk
4
5noinst_LIBRARIES = libui.a
6
7INCLUDES = \
8	-I../../include
9
10AM_CPPFLAGS = \
11	-DVERSION=\"$(VERSION)\"
12
13libui_a_SOURCES = \
14	log.cc		\
15	error.cc	\
16	status.cc	\
17	commands.cc	\
18	hsv2rgb.cc
19