We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca7e074 + 0887f1b commit a17c5f0Copy full SHA for a17c5f0
1 file changed
Makefile.am
@@ -17,12 +17,15 @@
17
18
## Process this file with automake to produce Makefile.in.
19
20
+# $(distdir) does work as a part of $(RELEASE_URL) when configured as a
21
+# subpackage.
22
+DIST_NAME = $(PACKAGE)-$(VERSION)
23
UIM_REPOSITORY = http://anonsvn.freedesktop.org/svn/uim
24
LIBGCROOTS_REPOSITORY = $(UIM_REPOSITORY)/libgcroots-trunk
25
TAGS_REPOSITORY = $(UIM_REPOSITORY)/tags
26
#RELEASE_URL = $(LIBGCROOTS_REPOSITORY)
-RELEASE_URL = $(TAGS_REPOSITORY)/$(distdir)
-DIST_SUM_LIST = $(distdir).sum
27
+RELEASE_URL = $(TAGS_REPOSITORY)/$(DIST_NAME)
28
+DIST_SUM_LIST = $(DIST_NAME).sum
29
30
## FIXME: `make distcheck' in this directory will not currently work.
31
## This is most likely to the explicit flags passed to submakes.
0 commit comments