summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-01-21 20:25:33 +0100
committerAndreas Kling <kling@serenityos.org>2020-01-21 21:55:25 +0100
commita14f08fcc9496579507870683695810e2d4c6530 (patch)
tree3df392a9b017ed56bf32619afcb4e2fa178377a1 /Libraries/LibGUI/Makefile
parent30ad7953cab5a0a21fb4347e2e8cb6a6f9f77129 (diff)
downloadserenity-a14f08fcc9496579507870683695810e2d4c6530.zip
LibGUI: Import GColorPicker from the PaintBrush application
Diffstat (limited to 'Libraries/LibGUI/Makefile')
-rw-r--r--Libraries/LibGUI/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibGUI/Makefile b/Libraries/LibGUI/Makefile
index b9eb21de22..e8c408d4ce 100644
--- a/Libraries/LibGUI/Makefile
+++ b/Libraries/LibGUI/Makefile
@@ -10,6 +10,7 @@ OBJS = \
GWidget.o \
GLayout.o \
GBoxLayout.o \
+ GColorPicker.o \
GMenuBar.o \
GMenu.o \
GMenuItem.o \