summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-16 23:26:14 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-16 23:26:14 +0200
commit9894c2b26607d847b84c6b3015b71192f66e32d9 (patch)
tree060bee8d570f7f1f3f1136b9e55f24712266370d /Makefile
parentad265610a696852968cb35bd7586e96c7e6029c9 (diff)
downloadalpine-usb-creator-9894c2b26607d847b84c6b3015b71192f66e32d9.tar.bz2
alpine-usb-creator-9894c2b26607d847b84c6b3015b71192f66e32d9.tar.xz
Add simple creator thread
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)