Skip to content

Commit 95e363e

Browse files
committed
fix build
1 parent 31b9e44 commit 95e363e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

doc/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ include prorab-doxygen.mk
33

44
this_out_dir := out
55
this_name := ruis-render-null
6+
this_version := $(shell myci-deb-version.sh)
67

78
$(eval $(prorab-build-doxygen))

pkg-config/makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
include prorab.mk
22
include prorab-pkg-config.mk
33

4+
this_version := $(shell myci-deb-version.sh)
5+
46
$(eval $(prorab-pkg-config))

0 commit comments

Comments
 (0)