making dist
This commit is contained in:
parent
ef2c24c3f3
commit
c7f03a0053
|
@ -37,5 +37,6 @@ src/Makefile
|
||||||
src/rout/Makefile
|
src/rout/Makefile
|
||||||
src/seg/Makefile
|
src/seg/Makefile
|
||||||
src/util/Makefile
|
src/util/Makefile
|
||||||
|
src/include/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
])
|
])
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = seg util rout
|
SUBDIRS = seg util rout include
|
||||||
|
|
||||||
EXTRA_DIST = include/*.h
|
|
||||||
|
|
Loading…
Reference in New Issue