include $(GNUSTEP_MAKEFILES)/common.make
ADDITIONAL_CPPFLAGS+=-I../ -I../../Core -I../UI -I../ChartView
SUBPROJECT_NAME=Inspection
Inspection_OBJC_FILES=\
FSCellInspectorPane.m \
FSDocumentInspectorPane.m \
FSInspection.m \
FSInspector.m \
FSInspectorPane.m \
FSItemInspectorPane.m \
FSMultipleSelectionInspectorPane.m \
FSNoSelectionInspectorPane.m \
FSTableInspectorPane.m \
FSViewInspectorPane.m \
#hacky line because of slash above
include $(GNUSTEP_MAKEFILES)/subproject.make

