mirror of
https://github.com/thestk/stk
synced 2026-05-04 04:48:12 +00:00
Merge pull request #47 from fsateler/patch-1
Makefile.in: Reuse version from configure.ac
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
STATICLIB = libstk.a
|
STATICLIB = libstk.a
|
||||||
SHAREDLIB = @sharedlib@
|
SHAREDLIB = @sharedlib@
|
||||||
MAJOR = 4
|
MAJOR = 4
|
||||||
RELEASE = 4.4.4
|
RELEASE = @PACKAGE_VERSION@
|
||||||
|
|
||||||
AR = ar -rsc
|
AR = ar -rsc
|
||||||
RM = /bin/rm
|
RM = /bin/rm
|
||||||
@@ -114,4 +114,4 @@ clean :
|
|||||||
$(RM) -fR *.dSYM
|
$(RM) -fR *.dSYM
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) Makefile
|
$(RM) Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user