summaryrefslogtreecommitdiff
path: root/LibGUI
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI')
-rw-r--r--LibGUI/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/LibGUI/Makefile b/LibGUI/Makefile
index 9648deb7fa..3251502dab 100644
--- a/LibGUI/Makefile
+++ b/LibGUI/Makefile
@@ -4,7 +4,8 @@ SHAREDGRAPHICS_OBJS = \
../SharedGraphics/Rect.o \
../SharedGraphics/GraphicsBitmap.o \
../SharedGraphics/CharacterBitmap.o \
- ../SharedGraphics/Color.o
+ ../SharedGraphics/Color.o \
+ ../SharedGraphics/PNGLoader.o
LIBGUI_OBJS = \
GIODevice.o \