File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ AM_CFLAGS = $(MAYBE_COVERAGE)
11
11
12
12
check_PROGRAMS = tests/test-shunting-yard
13
13
tests_test_shunting_yard_SOURCES = src/shunting-yard.c inc/shunting-yard.h \
14
- src/stack.c inc/stack.h bitwise.h \
14
+ src/stack.c inc/stack.h inc/ bitwise.h \
15
15
src/misc.c \
16
16
tests/test-shunting-yard.c
17
17
tests_test_shunting_yard_LDADD = -lcunit
Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
AC_PREREQ ( [ 2.69] )
5
- AC_INIT ( [ bitwise] ,
[ v0.21 ] ,
[ [email protected] ] )
5
+ AC_INIT ( [ bitwise] ,
[ v0.22 ] ,
[ [email protected] ] )
6
6
AC_CONFIG_SRCDIR ( [ src/misc.c] )
7
7
AC_CONFIG_HEADERS ( [ inc/config.h] )
8
8
Original file line number Diff line number Diff line change 1
1
name : bitwise
2
- version : " v0.21 "
2
+ version : " v0.22 "
3
3
summary : Terminal based bitwise calculator in curses
4
4
description : |
5
5
Interactively manipulate bits.
12
12
parts :
13
13
bitwise :
14
14
plugin : autotools
15
- source : https://github.com/mellowcandle/bitwise/releases/download/v0.21 /bitwise-v0.21 .tar.gz
15
+ source : https://github.com/mellowcandle/bitwise/releases/download/v0.22 /bitwise-v0.22 .tar.gz
16
16
build-packages :
17
17
- libncurses5-dev
18
18
- libreadline-dev
You can’t perform that action at this time.
0 commit comments