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>2016-07-29 18:32:19 +0200
committerStijn Buys <ingar@osirion.org>2016-07-29 18:32:19 +0200
commitc94e93337b778db7e024483f3f261dcef4bd19c5 (patch)
tree34479a65ccb6dd0287904e2ef1026a96ea9014eb /src/ui/Makefile.am
parentd0ed4fbc19ea1d50ef0e49f95a03e9f5ef8d6658 (diff)
Added checkbox widget.
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 340f8fb..1485565 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -11,6 +11,7 @@ endif
noinst_HEADERS = \
bitmap.h \
button.h \
+ checkbox.h \
colorpicker.h \
console.h \
definitions.h \
@@ -35,6 +36,7 @@ noinst_HEADERS = \
libui_la_SOURCES = \
bitmap.cc \
button.cc \
+ checkbox.cc \
colorpicker.cc \
console.cc \
font.cc \