make dist updates
This commit is contained in:
parent
7904fe74cb
commit
32e83fc46b
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ TARGET = blsb.so
|
||||||
DOCS = README.blsb
|
DOCS = README.blsb
|
||||||
DATA =
|
DATA =
|
||||||
SCRIPTS =
|
SCRIPTS =
|
||||||
DISTFILES = $(SRCS) $(DOCS) modconfig.h.in configure install-sh ChangeLog Makefile.in blsb.h LICENSE RELNOTES modconfigwin32.h
|
DISTFILES = $(SRCS) $(DOCS) modconfig.h.in configure install-sh ChangeLog Makefile.in blsb.h LICENSE RELNOTES modconfigwin32.h blsb.vcproj
|
||||||
DISTDIR = @PACKAGE@-@VERSION@
|
DISTDIR = @PACKAGE@-@VERSION@
|
||||||
|
|
||||||
all: module
|
all: module
|
||||||
|
@ -46,7 +46,6 @@ dist:
|
||||||
@echo -n "Creating directories"
|
@echo -n "Creating directories"
|
||||||
@-rm -rf $(DISTDIR)
|
@-rm -rf $(DISTDIR)
|
||||||
@mkdir $(DISTDIR)
|
@mkdir $(DISTDIR)
|
||||||
@mkdir $(DISTDIR)/libopm
|
|
||||||
@echo "Done"
|
@echo "Done"
|
||||||
@echo -n "Copying distribution files"
|
@echo -n "Copying distribution files"
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
|
|
Reference in a new issue