summaryrefslogtreecommitdiff
path: root/LibGUI/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-03-30 13:53:30 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-03-30 13:53:30 +0100
commit9538c06a4581e22b26bdcfcc8bd0217dd373f1d0 (patch)
treef9ad536e1b239be00612a3f2298b47a54db8e7ce /LibGUI/Makefile
parentf242d6e5590fa58d1391b3080ed6e00a36f118b2 (diff)
downloadserenity-9538c06a4581e22b26bdcfcc8bd0217dd373f1d0.zip
LibGUI: Add a simple GSplitter container widget.
This allows you to put multiple widgets in a container and makes the space in between them draggable to resize the two adjacent widgets.
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 372ec0630b..218b344b39 100644
--- a/LibGUI/Makefile
+++ b/LibGUI/Makefile
@@ -56,6 +56,7 @@ LIBGUI_OBJS = \
GFrame.o \
GTreeView.o \
GFileSystemModel.o \
+ GSplitter.o \
GWindow.o
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)