diff options
author | pancake <pancake@dazo> | 2008-03-05 18:38:42 +0100 |
---|---|---|
committer | pancake <pancake@dazo> | 2008-03-05 18:38:42 +0100 |
commit | 2ddb2923c68d023f9733fb82bb8d28140ea5b695 (patch) | |
tree | 706162ce4107ec1444870ad4945a9e6d5a0cde91 /src/Makefile | |
parent | 32a59f4279e1d72abc2b60f08d6e32e2a0b32478 (diff) | |
download | 0xFFFF-2ddb2923c68d023f9733fb82bb8d28140ea5b695.tar.bz2 |
* Initial import of the GtkAML gui frontend - Mostly implemented in just one night :)
* Import the squeue c and vapi sources
* Make 0xFFFF run as squeue daemon with -Q flag
* Up to 0.4
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index de2ba2e..9610497 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,7 @@ include ../config.mk -OBJ=main.o fiasco.o hexdump.o dump.o flash.o serial.o +OBJ=main.o fiasco.o hexdump.o dump.o flash.o serial.o qmode.o OBJ+=hash.o fpid.o query.o pieces.o utils.o devices.o console.o +OBJ+=squeue/squeue.o BIN=0xFFFF #LIBS=`${HAVE_USB} && echo -- '-lusb'` LIBS=`if [ "${HAVE_USB}" = 1 ]; then echo '-lusb'; fi` |