X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.in;h=277c8e9c7f98a8598e116d23786ae8262a059478;hb=c572838c379c18ff4287728875f6fbb4ad687e54;hp=fe94087fba0aed76be4ffa917891f19e63f082a2;hpb=74377b5c32f908a9d5a7665f4ad81d35619272f9;p=ctsim.git diff --git a/Makefile.in b/Makefile.in index fe94087..277c8e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -98,7 +98,7 @@ wxlibs = @wxlibs@ SUBDIRS = $(EXTRA_DIRS1) $(EXTRA_DIRS2) libctsupport libctsim man doc html cgi-bin include tools $(EXTRA_DIRS3) -EXTRA_DIST = acsite.m4 make.bat +EXTRA_DIST = acsite.m4 make.bat msvc/ctsim.dsw mswvc/ctsimplg ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h @@ -292,6 +292,7 @@ distdir: $(DISTFILES) distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile + $(mkinstalldirs) $(distdir)/msvc $(distdir)/mswvc @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \