From 822c68169176271ebae70f45efe8259cdd6fc6fd Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 27 May 2009 05:44:27 +0000 Subject: [PATCH] changed Makefile.am --- qse/include/qse/Makefile.am | 2 +- qse/include/qse/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qse/include/qse/Makefile.am b/qse/include/qse/Makefile.am index f97612a7..3330eb94 100644 --- a/qse/include/qse/Makefile.am +++ b/qse/include/qse/Makefile.am @@ -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 diff --git a/qse/include/qse/Makefile.in b/qse/include/qse/Makefile.in index c107612e..782e0883 100644 --- a/qse/include/qse/Makefile.in +++ b/qse/include/qse/Makefile.in @@ -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/||"`;; \