summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-18 22:11:55 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-18 22:13:33 +0200
commit711f6fb1caa0861d1b3504d53c7f44c0582cbc97 (patch)
treeba04843a2c5683b8c60544ca3bc6d0bbdeed5598 /Makefile
parent5384d95c28298710fee6728bb83614a130469716 (diff)
downloadalpine-usb-creator-711f6fb1caa0861d1b3504d53c7f44c0582cbc97.tar.bz2
alpine-usb-creator-711f6fb1caa0861d1b3504d53c7f44c0582cbc97.tar.xz
Extract iso with libuniso
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 939ac1a..bd022be 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ WX_CFLAGS := $(shell wx-config --cflags)
WX_LIBS := $(shell wx-config --libs)
-OBJS_alpine-usb-creator-wxgtk := main.o dialog.o dialog_ui.o creator_thread.o
+OBJS_alpine-usb-creator-wxgtk := main.o dialog.o dialog_ui.o creator_thread.o \
+ libuniso.o
LIBS_alpine-usb-creator-wxgtk := $(WX_LIBS)
CFLAGS += $(WX_CFLAGS)