configure, [...]: Rebuilt.
* configure, Makefile.in: Rebuilt. * sources.am: Rebuilt. * scripts/makemake.tcl (emit_bc_rule): Special-case qt. * configure.ac (TOOLKIT): Handle Qt peers properly. From-SVN: r104706
This commit is contained in:
parent
f20731b7ca
commit
ab3fa9d344
9 changed files with 86 additions and 12 deletions
|
@ -220,9 +220,10 @@ proc emit_bc_rule {package} {
|
|||
puts "\t@rm -f $tname"
|
||||
puts ""
|
||||
|
||||
# We skip this one because it is built into its own library and is
|
||||
# handled specially in Makefile.am.
|
||||
if {$loname != "gnu-java-awt-peer-gtk.lo"} {
|
||||
# We skip these because they are built into their own libraries and
|
||||
# are handled specially in Makefile.am.
|
||||
if {$loname != "gnu-java-awt-peer-gtk.lo"
|
||||
&& $loname != "gnu-java-awt-peer-qt.lo"} {
|
||||
lappend bc_objects $loname
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue