From d61344702b73417f31c9630665c9f135195e5318 Mon Sep 17 00:00:00 2001 From: soochoi Date: Mon, 12 Feb 2007 20:26:50 +0000 Subject: [PATCH] CASA: fix make package fail for linux build --- CASA/common/Makefile.am | 2 +- CASA/gui/Makefile.am | 2 +- CASA/jwrapper/jnsscs/Makefile.am | 2 +- CASA/logincapture/Makefile.am | 2 +- CASA/micasacache/Makefile.am | 2 +- CASA/micasadk/Makefile.am | 2 +- CASA/package/Makefile.am | 2 +- CASA/package/windows/vs_solutions/Makefile.am | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CASA/common/Makefile.am b/CASA/common/Makefile.am index a2f7683c..7e9836f6 100644 --- a/CASA/common/Makefile.am +++ b/CASA/common/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = $(TARGET_OS) -DIST_SUBDIRS = linux +DIST_SUBDIRS = linux windows CFILES = diff --git a/CASA/gui/Makefile.am b/CASA/gui/Makefile.am index ea89fd12..199cee52 100644 --- a/CASA/gui/Makefile.am +++ b/CASA/gui/Makefile.am @@ -32,7 +32,7 @@ DIST_SUBDIRS = EXTRA_DIST = $(CSFILES) *.sh CASAManager.* help/en/*.htm help/en/*.gif \ images/*.png images/*.ico images/*.glade* \ - images/*.bmp + images/*.bmp windows #EXTRA_DIST = $(CSFILES) help/en help/en/*.htm help/en/*.gif \ # images/*.png images/*.ico images/*.glade* \ diff --git a/CASA/jwrapper/jnsscs/Makefile.am b/CASA/jwrapper/jnsscs/Makefile.am index bd468fef..2667ba9f 100644 --- a/CASA/jwrapper/jnsscs/Makefile.am +++ b/CASA/jwrapper/jnsscs/Makefile.am @@ -23,7 +23,7 @@ SUBDIRS = $(TARGET_OS) DIST_SUBDIRS = linux -EXTRA_DIST = *.c jnsscs* +EXTRA_DIST = *.c jnsscs* windows .PHONY: package package-clean package-install package-uninstall package package-clean package-install package-uninstall: diff --git a/CASA/logincapture/Makefile.am b/CASA/logincapture/Makefile.am index e5ec8005..0a350fb5 100644 --- a/CASA/logincapture/Makefile.am +++ b/CASA/logincapture/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = $(TARGET_OS) -DIST_SUBDIRS = linux +DIST_SUBDIRS = linux windows .PHONY: package package-clean package-install package-uninstall package package-clean package-install package-uninstall: diff --git a/CASA/micasacache/Makefile.am b/CASA/micasacache/Makefile.am index da9e07c3..77dd1642 100644 --- a/CASA/micasacache/Makefile.am +++ b/CASA/micasacache/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = $(TARGET_OS) -DIST_SUBDIRS = linux +DIST_SUBDIRS = linux windows CFILES = diff --git a/CASA/micasadk/Makefile.am b/CASA/micasadk/Makefile.am index 2e354012..9a39fa7a 100644 --- a/CASA/micasadk/Makefile.am +++ b/CASA/micasadk/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = $(TARGET_OS) -DIST_SUBDIRS = linux +DIST_SUBDIRS = linux windows EXTRA_DIST = *.c diff --git a/CASA/package/Makefile.am b/CASA/package/Makefile.am index e5ec8005..0a350fb5 100644 --- a/CASA/package/Makefile.am +++ b/CASA/package/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = $(TARGET_OS) -DIST_SUBDIRS = linux +DIST_SUBDIRS = linux windows .PHONY: package package-clean package-install package-uninstall package package-clean package-install package-uninstall: diff --git a/CASA/package/windows/vs_solutions/Makefile.am b/CASA/package/windows/vs_solutions/Makefile.am index 2f2893c1..77cde4cd 100755 --- a/CASA/package/windows/vs_solutions/Makefile.am +++ b/CASA/package/windows/vs_solutions/Makefile.am @@ -30,7 +30,7 @@ endif CFILES = -EXTRA_DIST = +EXTRA_DIST = CASA32-msi CASA64-msi .PHONY: package package-clean package-install package-uninstall package package-clean package-install package-uninstall: