Skip to content

Commit a17c5f0

Browse files
author
yamaken
committed
* Tag libgcroots 0.1.4 again
2 parents ca7e074 + 0887f1b commit a17c5f0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile.am

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@
1717

1818
## Process this file with automake to produce Makefile.in.
1919

20+
# $(distdir) does work as a part of $(RELEASE_URL) when configured as a
21+
# subpackage.
22+
DIST_NAME = $(PACKAGE)-$(VERSION)
2023
UIM_REPOSITORY = http://anonsvn.freedesktop.org/svn/uim
2124
LIBGCROOTS_REPOSITORY = $(UIM_REPOSITORY)/libgcroots-trunk
2225
TAGS_REPOSITORY = $(UIM_REPOSITORY)/tags
2326
#RELEASE_URL = $(LIBGCROOTS_REPOSITORY)
24-
RELEASE_URL = $(TAGS_REPOSITORY)/$(distdir)
25-
DIST_SUM_LIST = $(distdir).sum
27+
RELEASE_URL = $(TAGS_REPOSITORY)/$(DIST_NAME)
28+
DIST_SUM_LIST = $(DIST_NAME).sum
2629

2730
## FIXME: `make distcheck' in this directory will not currently work.
2831
## This is most likely to the explicit flags passed to submakes.

0 commit comments

Comments
 (0)