Hello John, * J.H. wrote on Thu, Nov 16, 2006 at 03:32:14AM CET: > > kcookieserver_skel.cpp: kcookieserver.kidl > $(DCOPIDL2CPP) --c++-suffix cpp --no-signals --no-stub > kcookieserver.kidl > foobar > > While this works great in the Makefile.in, when Makefile.in gets rebuilt > from Makefile.am this gets hosed.
I don't understand the question. If you add that code to Makefile.am, it will be copied to Makefile.in exactly by automake. What gets hosed? Maybe there's merely a typo (note only one of the rule lines starts with a TAB)? Cheers, Ralf