Re: [pygtk] adding wrappers for gtkhtml2

2001-11-27 Thread James Henstridge
Skip Montanaro wrote: >I decided to wrap the gtkhtml2 library today. Seemed easy enough, small >gtkhtml2.defs and gtkhtml2.override files did the trick, or so I thought. >Then I started wading through the morass known as autoconf/automake/etc and >quickly gave up on trying to do it "right". I e

Re: [pygtk] adding wrappers for gtkhtml2

2001-11-27 Thread Matt Wilson
for example, when I wrapped atk: add atkmodule.la to pyexec_LTLIBRARIES. add: atkmodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initatk atkmodule_la_SOURCES = \ atkmodule.c \ atk.c atkmodule_la_LIBADD = $(ATK_LIBS) add: atk.defs atk.override to EXTRA_DIST The generic r

[pygtk] adding wrappers for gtkhtml2

2001-11-27 Thread Skip Montanaro
I decided to wrap the gtkhtml2 library today. Seemed easy enough, small gtkhtml2.defs and gtkhtml2.override files did the trick, or so I thought. Then I started wading through the morass known as autoconf/automake/etc and quickly gave up on trying to do it "right". I ended up simply editing pyg