diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-03-22 02:49:14 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-03-22 02:49:45 +0100 |
commit | c3b0c1ba68c79c4df1efed8b6d12b1d60187c9a6 (patch) | |
tree | 9d8f6754eb3779373fb3a6f16bca3c3a53d39232 /LibGUI/Makefile | |
parent | 23fe630057473a1e25723429832f818b84ec41aa (diff) | |
download | serenity-c3b0c1ba68c79c4df1efed8b6d12b1d60187c9a6.zip |
LibGUI: Add a GProgressBar widget.
Diffstat (limited to 'LibGUI/Makefile')
-rw-r--r-- | LibGUI/Makefile | 1 |
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) |