Commit 5dd613d 1 parent a64384e commit 5dd613d Copy full SHA for 5dd613d
File tree 5 files changed +11
-9
lines changed
5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ dist_man_MANS = lingot.1
38
38
EXTRA_DIST = \
39
39
$(lingotdoc_DATA ) \
40
40
$(appdata_DATA ) \
41
- build-aux/gitlog-to-changelog
41
+ build-aux/gitlog-to-changelog \
42
+ bootstrap
42
43
43
44
dist-hook : gen-ChangeLog copy-SpecFiles
44
45
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dnl Created by Anjuta - will be overwritten
3
3
dnl If you don't want it to overwrite it,
4
4
dnl Please disable it in the Anjuta project configuration
5
5
6
- AC_INIT ( [ Lingot] , [ 1.0.0 ] )
6
+ AC_INIT ( [ Lingot] , [ 1.0.1 ] )
7
7
AC_CONFIG_MACRO_DIR ( [ m4] )
8
8
AM_INIT_AUTOMAKE
9
9
AC_CONFIG_HEADERS ( [ config.h] )
Original file line number Diff line number Diff line change @@ -47,13 +47,15 @@ lingot_SOURCES = \
47
47
lingot-signal.h\
48
48
lingot.c\
49
49
lingot-i18n.h\
50
- lingot.gresource.xml\
51
- lingot-resources.c
52
-
50
+ lingot.gresource.xml
51
+
52
+ nodist_lingot_SOURCES = lingot-resources.c
53
+ BUILT_SOURCES = lingot-resources.c
54
+
53
55
CLEANFILES = lingot-resources.c
54
56
55
57
lingot-resources.c : lingot.gresource.xml
56
- $(GLIB_COMPILE_RESOURCES ) lingot.gresource.xml --target=$@ --sourcedir=. --generate-source
58
+ $(GLIB_COMPILE_RESOURCES ) ${srcdir} / lingot.gresource.xml --target=$@ --sourcedir=${srcdir} --generate-source
57
59
58
60
lingot_LDFLAGS =
59
61
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ lingot_test_SOURCES = \
30
30
src/lingot-test-signal.c
31
31
32
32
check_datadir =
33
- check_data_DATA = resources/lingot-001.conf
33
+ check_data_DATA = resources/lingot-001.conf resources/lingot-0_9_2b8.conf
34
34
35
35
EXTRA_DIST = \
36
36
$(check_data_DATA )
Original file line number Diff line number Diff line change @@ -59,10 +59,9 @@ void lingot_test_io_config() {
59
59
// recent file
60
60
// -----------
61
61
62
+ ok = lingot_io_config_load (config , "resources/lingot-0_9_2b8.conf" );
62
63
if (ok ) { // TODO: assert
63
64
64
- ok = lingot_io_config_load (config , "resources/lingot-0_9_2b8.conf" );
65
-
66
65
CU_ASSERT_EQUAL (config -> audio_system , AUDIO_SYSTEM_PULSEAUDIO );
67
66
CU_ASSERT (!strcmp (config -> audio_dev [config -> audio_system ], "default" ));
68
67
CU_ASSERT_EQUAL (config -> sample_rate , 44100 );
You can’t perform that action at this time.
0 commit comments