diff Makefile @ 3:1a64119ab257

Equipment Regist print-target by Drag & Drop.
author pyon@macmini
date Tue, 27 Aug 2013 18:50:00 +0900
parents c066fde99517
children fdba695b99f1
line wrap: on
line diff
--- a/Makefile	Fri Aug 23 18:32:09 2013 +0900
+++ b/Makefile	Tue Aug 27 18:50:00 2013 +0900
@@ -1,5 +1,5 @@
 # Makefile for wxWidgets Application
-# Last Change: 23-Aug-2013.
+# Last Change: 27-Aug-2013.
 # by Takayuki Mutoh
 #
 
@@ -83,7 +83,7 @@
 $(OBJDIR)/mask.o: mask.cpp mask.h common.h
 	$(CXX) -c $< -o $@ $(CXXFLAGS)
 
-$(OBJDIR)/bprint.o: bprint.cpp bprint.h marksheet.h common.h
+$(OBJDIR)/bprint.o: bprint.cpp bprint.h marksheet.h common.h dndfile.h
 	$(CXX) -c $< -o $@ $(CXXFLAGS)
 
 $(OBJDIR)/db.o: db.cpp db.h common.h