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

if BUILD_DEDICATED
noinst_LTLIBRARIES =
else
noinst_LTLIBRARIES = libui.la
endif

noinst_HEADERS = bitmap.h button.h label.h menu.h palette.h ui.h widget.h \
	window.h

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