summaryrefslogtreecommitdiff
path: root/LibGUI/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-10 05:52:15 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-10 05:52:15 +0200
commitf6543c59466a75772f9743cef2b86835b119b34e (patch)
tree23c2ae302c4a774528a36da7cd35f016eadbe81d /LibGUI/Makefile
parentb980c3266250c059c84a2e13343ebc508020bc25 (diff)
downloadserenity-f6543c59466a75772f9743cef2b86835b119b34e.zip
LibGUI: Add a simple GGroupBox widget.
This needs some work on the visual side, but it gets the job done already.
Diffstat (limited to 'LibGUI/Makefile')
-rw-r--r--LibGUI/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGUI/Makefile b/LibGUI/Makefile
index f36ebbedf8..f0a4ec1ccc 100644
--- a/LibGUI/Makefile
+++ b/LibGUI/Makefile
@@ -64,6 +64,7 @@ LIBGUI_OBJS = \
GHttpResponse.o \
GHttpJob.o \
GSpinBox.o \
+ GGroupBox.o \
GWindow.o
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)