Makefile: forget bit.h

This commit is contained in:
Xiangfu 2012-09-14 00:48:05 +08:00
parent 2ee562c662
commit 59692bec3b

View File

@ -62,7 +62,7 @@ OBJS += $(LIBFPGA_BIT_OBJS) $(LIBFPGA_MODEL_OBJS) $(LIBFPGA_FLOORPLAN_OBJS) \
DYNAMIC_LIBS = libfpga-model.so libfpga-bit.so libfpga-floorplan.so \
libfpga-control.so libfpga-cores.so
DYNAMIC_HEADS = control.h floorplan.h helper.h model.h parts.h
DYNAMIC_HEADS = bit.h control.h floorplan.h helper.h model.h parts.h
#- libfpga-test autotest suite
#- libfpga-design larger design elements on top of libfpga-control