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>2012-01-29 13:49:54 +0000
committerStijn Buys <ingar@osirion.org>2012-01-29 13:49:54 +0000
commitf320ee25c74b6f24db58d97c0129de6e94db3345 (patch)
tree42800a79757f1ce032863f5d7ade22107a6c5ce2 /src/ui/Makefile.am
parenta05ce8805b7903f605980db25e5b0355b6d9c80e (diff)
FS#79 Added ui::Scrollbar class.
Diffstat (limited to 'src/ui/Makefile.am')
-rw-r--r--src/ui/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index c753408..ef3289f 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -23,6 +23,7 @@ noinst_HEADERS = \
paint.h \
palette.h \
plaintext.h \
+ scrollbar.h \
scrollpane.h \
slider.h \
toolbar.h \
@@ -44,6 +45,7 @@ libui_la_SOURCES = \
paint.cc \
palette.cc \
plaintext.cc \
+ scrollbar.cc \
scrollpane.cc \
slider.cc \
toolbar.cc \