Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 e309dda..340f8fb 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -11,6 +11,7 @@ endif
noinst_HEADERS = \
bitmap.h \
button.h \
+ colorpicker.h \
console.h \
definitions.h \
font.h \
@@ -34,6 +35,7 @@ noinst_HEADERS = \
libui_la_SOURCES = \
bitmap.cc \
button.cc \
+ colorpicker.cc \
console.cc \
font.cc \
iconbutton.cc \