changed Makefile.am
This commit is contained in:
parent
b010320498
commit
822c681691
@ -5,7 +5,7 @@ SUBDIRS = cmn utl awk lsp
|
||||
pkginclude_HEADERS = config.h.in conf_msw.h conf_vms.h types.h macros.h pack1.h unpack.h
|
||||
|
||||
if ENABLE_CXX
|
||||
pkginclude_HEADERS += Mmgr.hpp
|
||||
pkginclude_HEADERS += Types.hpp Mmgr.hpp
|
||||
endif
|
||||
|
||||
pkgincludedir= $(includedir)/qse
|
||||
|
@ -31,7 +31,7 @@ PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
@ENABLE_CXX_TRUE@am__append_1 = Mmgr.hpp
|
||||
@ENABLE_CXX_TRUE@am__append_1 = Types.hpp Mmgr.hpp
|
||||
subdir = include/qse
|
||||
DIST_COMMON = $(am__pkginclude_HEADERS_DIST) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in $(srcdir)/config.h.in
|
||||
@ -52,7 +52,7 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||
installcheck-recursive installdirs-recursive pdf-recursive \
|
||||
ps-recursive uninstall-recursive
|
||||
am__pkginclude_HEADERS_DIST = config.h.in conf_msw.h conf_vms.h \
|
||||
types.h macros.h pack1.h unpack.h Mmgr.hpp
|
||||
types.h macros.h pack1.h unpack.h Types.hpp Mmgr.hpp
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
|
Loading…
Reference in New Issue
Block a user