diff recpt1/Makefile @ 2:8ac7c59fefc9

added b25 decode functionality
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 16 Feb 2009 21:40:16 +0900
parents 29f3b2bbbd67
children 6801fe7e04ff
line wrap: on
line diff
--- a/recpt1/Makefile	Mon Feb 16 15:55:46 2009 +0900
+++ b/recpt1/Makefile	Mon Feb 16 21:40:16 2009 +0900
@@ -18,7 +18,7 @@
 CFLAGS =	-O2 -g -Wall -pthread -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(B25) -I../driver
 LDFLAGS  = 
 
-OBJS   = recpt1.o $(B25_OBJS_EXT)
+OBJS   = recpt1.o $(B25_OBJS_EXT) decoder.o
 LIBS   = -lpthread 
 TARGET = $(DIST)/recpt1