Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-10-08 18:28:21 +0000
committerStijn Buys <ingar@osirion.org>2008-10-08 18:28:21 +0000
commit4331f5c17901f46693dcb5c2df96276f6851be25 (patch)
tree903f70d18c7842121c5409a5ec121e0a565fd5ef /src/ui/Makefile.am
parente3b810e1fe8ced1e0245f8d999bdc9136cfcdc70 (diff)
libui updates, paint namespace, font and palette fixes, button sound
Diffstat (limited to 'src/ui/Makefile.am')
-rw-r--r--src/ui/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index 730cdea..5d14589 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -7,9 +7,9 @@ else
noinst_LTLIBRARIES = libui.la
endif
-noinst_HEADERS = bitmap.h button.h label.h menu.h palette.h ui.h widget.h \
- window.h
+noinst_HEADERS = bitmap.h button.h font.h label.h menu.h paint.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_SOURCES = bitmap.cc button.cc font.cc label.cc menu.cc paint.cc \
+ palette.cc ui.cc widget.cc window.cc
libui_la_LDFLAGS = -avoid-version -no-undefined