summaryrefslogtreecommitdiff
path: root/LibGUI/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-03-22 02:49:14 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-03-22 02:49:45 +0100
commitc3b0c1ba68c79c4df1efed8b6d12b1d60187c9a6 (patch)
tree9d8f6754eb3779373fb3a6f16bca3c3a53d39232 /LibGUI/Makefile
parent23fe630057473a1e25723429832f818b84ec41aa (diff)
downloadserenity-c3b0c1ba68c79c4df1efed8b6d12b1d60187c9a6.zip
LibGUI: Add a GProgressBar widget.
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 c0f6398669..5cf1c4abeb 100644
--- a/LibGUI/Makefile
+++ b/LibGUI/Makefile
@@ -47,6 +47,7 @@ LIBGUI_OBJS = \
GInputBox.o \
GDialog.o \
GDesktop.o \
+ GProgressBar.o \
GWindow.o
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)