summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 672e497..939ac1a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ WX_CFLAGS := $(shell wx-config --cflags)
WX_LIBS := $(shell wx-config --libs)
-OBJS_alpine-usb-creator-wxgtk := main.o dialog.o dialog_ui.o
+OBJS_alpine-usb-creator-wxgtk := main.o dialog.o dialog_ui.o creator_thread.o
LIBS_alpine-usb-creator-wxgtk := $(WX_LIBS)
CFLAGS += $(WX_CFLAGS)