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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user