Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: c64860ae7e4a0c6de3cb1e3daa3d8e029ff4f157 (plain)
1
2
3
4
5
6
7
8
9
INCLUDES = -I$(top_srcdir)/src
METASOURCES = AUTO

noinst_LTLIBRARIES = libui.la
noinst_HEADERS = button.h label.h menu.h palette.h ui.h widget.h window.h

libui_la_SOURCES = button.cc label.cc menu.cc palette.cc ui.cc widget.cc \
	window.cc
libui_la_LDFLAGS = -avoid-version -no-undefined