added a missing file in Makefile.am
This commit is contained in:
@ -10,6 +10,7 @@ pkginclude_HEADERS = \
|
||||
htb.h \
|
||||
lda.h \
|
||||
main.h \
|
||||
map.h \
|
||||
mem.h \
|
||||
misc.h \
|
||||
oht.h \
|
||||
|
@ -51,8 +51,8 @@ CONFIG_CLEAN_VPATH_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
am__pkginclude_HEADERS_DIST = alg.h chr.h dll.h fio.h fma.h gdl.h \
|
||||
htb.h lda.h main.h mem.h misc.h oht.h opt.h pio.h rbt.h rex.h \
|
||||
sio.h sll.h stdio.h str.h time.h tio.h xma.h Mmgr.hpp \
|
||||
htb.h lda.h main.h map.h mem.h misc.h oht.h opt.h pio.h rbt.h \
|
||||
rex.h sio.h sll.h stdio.h str.h time.h tio.h xma.h Mmgr.hpp \
|
||||
StdMmgr.hpp Mmged.hpp
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
@ -219,8 +219,8 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
pkginclude_HEADERS = alg.h chr.h dll.h fio.h fma.h gdl.h htb.h lda.h \
|
||||
main.h mem.h misc.h oht.h opt.h pio.h rbt.h rex.h sio.h sll.h \
|
||||
stdio.h str.h time.h tio.h xma.h $(am__append_1)
|
||||
main.h map.h mem.h misc.h oht.h opt.h pio.h rbt.h rex.h sio.h \
|
||||
sll.h stdio.h str.h time.h tio.h xma.h $(am__append_1)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
Reference in New Issue
Block a user