Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2020-07-18 14:49:13 +0200
committerStijn Buys <ingar@telenet.be>2020-07-18 14:49:13 +0200
commitb19afea9427dde861c990236ab11e23edfeb267c (patch)
tree6f87e57196649ebe8ba6e2945a82f48bcee1c3d1 /src/ui/Makefile.am
parent094ac735e16ad94c12bc1d866253f1c1d84a9af6 (diff)
Completed ui library tooltip implementation.
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 1485565..875ffcd 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -29,6 +29,7 @@ noinst_HEADERS = \
scrollpane.h \
slider.h \
toolbar.h \
+ tooltip.h \
ui.h \
widget.h \
window.h
@@ -53,6 +54,7 @@ libui_la_SOURCES = \
scrollpane.cc \
slider.cc \
toolbar.cc \
+ tooltip.cc \
ui.cc \
widget.cc \
window.cc