INCLUDES = -I$(top_srcdir)/src METASOURCES = AUTO if BUILD_DEDICATED noinst_LTLIBRARIES = else noinst_LTLIBRARIES = libui.la endif noinst_HEADERS = bitmap.h button.h container.h definitions.h font.h input.h label.h \ menu.h paint.h palette.h ui.h widget.h window.h libui_la_SOURCES = bitmap.cc button.cc container.cc font.cc input.cc label.cc \ menu.cc paint.cc palette.cc ui.cc widget.cc window.cc libui_la_LDFLAGS = -avoid-version -no-undefined