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-19 13:45:07 +0000
committerStijn Buys <ingar@osirion.org>2008-10-19 13:45:07 +0000
commit56cdfd3822d2800abdd2f912ab7f76a5764793a7 (patch)
tree2656c7ef694117e0554ae4a47bb09629c78ed8af /src/ui/Makefile.am
parente6f1fad441a7737549f463ebac1c9de062b5173d (diff)
scrollpane widget, updated chatbox
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 4bfad3d..a3084af 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -8,8 +8,8 @@ noinst_LTLIBRARIES = libui.la
endif
noinst_HEADERS = bitmap.h button.h container.h definitions.h font.h inputbox.h label.h \
- menu.h paint.h palette.h ui.h widget.h window.h
+ menu.h paint.h palette.h scrollpane.h ui.h widget.h window.h
-libui_la_SOURCES = bitmap.cc button.cc container.cc font.cc inputbox.cc label.cc \
- menu.cc paint.cc palette.cc ui.cc widget.cc window.cc
-libui_la_LDFLAGS = -avoid-version -no-undefined
+libui_la_SOURCES = bitmap.cc button.cc container.cc font.cc inputbox.cc \
+ label.cc menu.cc paint.cc palette.cc scrollpane.cc ui.cc widget.cc window.cc
+libui_la_LDFLAGS = -avoid-version -no-undefined \ No newline at end of file