CASA: fix make package fail for linux build
This commit is contained in:
parent
9047bc193f
commit
d61344702b
@ -21,7 +21,7 @@
|
||||
|
||||
SUBDIRS = $(TARGET_OS)
|
||||
|
||||
DIST_SUBDIRS = linux
|
||||
DIST_SUBDIRS = linux windows
|
||||
|
||||
CFILES =
|
||||
|
||||
|
@ -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* \
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
SUBDIRS = $(TARGET_OS)
|
||||
|
||||
DIST_SUBDIRS = linux
|
||||
DIST_SUBDIRS = linux windows
|
||||
|
||||
CFILES =
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
SUBDIRS = $(TARGET_OS)
|
||||
|
||||
DIST_SUBDIRS = linux
|
||||
DIST_SUBDIRS = linux windows
|
||||
|
||||
EXTRA_DIST = *.c
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user