# | Line 5 | Line 5 | AC_INIT(src/main.cpp) | |
---|---|---|
5 | AC_PREREQ(2.13) | |
6 | ||
7 | dnl This defines PACKAGE and VERSION. | |
8 | < | AM_INIT_AUTOMAKE([SIDPlayer], [4.0]) |
8 | > | AM_INIT_AUTOMAKE([SIDPlayer], [4.1]) |
9 | AM_CONFIG_HEADER(config.h) | |
10 | ||
11 | dnl Checks for programs. | |
# | Line 24 | Line 24 | Makefile | |
24 | SIDPlayer.spec | |
25 | src/Makefile | |
26 | src/clamp_includes/Makefile | |
27 | + | src/soundplay_includes/Makefile |
28 | ]) | |
29 | ||
30 | dnl Print summary. |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |