OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/Makefile.am |
2 | +++ b/Makefile.am |
||
3 | @@ -18,7 +18,7 @@ AUTOMAKE_OPTIONS = gnu |
||
4 | # old Automake version. |
||
5 | ACLOCAL_AMFLAGS = -I m4 |
||
6 | |||
7 | -SUBDIRS = doc src tests tune tools/bench |
||
8 | +SUBDIRS = src |
||
9 | |||
10 | pkgconfigdir = $(libdir)/pkgconfig |
||
11 | pkgconfig_DATA = mpfr.pc |
||
12 | --- a/Makefile.in |
||
13 | +++ b/Makefile.in |
||
14 | @@ -383,7 +383,7 @@ AUTOMAKE_OPTIONS = gnu |
||
15 | # libtoolize and in case some developer needs to switch back to an |
||
16 | # old Automake version. |
||
17 | ACLOCAL_AMFLAGS = -I m4 |
||
18 | -SUBDIRS = doc src tests tune tools/bench |
||
19 | +SUBDIRS = src |
||
20 | pkgconfigdir = $(libdir)/pkgconfig |
||
21 | pkgconfig_DATA = mpfr.pc |
||
22 | nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \ |