export des includes
This commit is contained in:
parent
c0c136d4a1
commit
8e410209b3
|
@ -1,3 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = seg util rout
|
||||
SUBDIRS = seg util rout include
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
EXTRA_DIST = display.h getOption.h mbk_tree.h \
|
||||
ocr.h ocrAstar.h ocrConnectorUtil.h \
|
||||
ocrGlobalRouting.h ocrInitDataBase.h ocrMst.h \
|
||||
ocrNpoints.h ocrPath.h ocrSignalUtil.h \
|
||||
ocrToPhFig.h ocrUtil.h ocrWPlaneLabeling.h \
|
||||
ocrWRouting.h ocrWRoutingDataBase.h ocrWRoutingUtil.h \
|
||||
ocrWSegLabeling.h ocrWeightedTree.h ocrWindow.h
|
Loading…
Reference in New Issue