Hi, On Wed, May 29, 2002 at 11:15:12PM -0700, Andrei B. wrote: > I also tried to edit backend/Makefile.in and from the define > PRELOADABLE_BACKENDS = tamarack @NET@ > and the running configure again, it still compiled and installed ALL > the backends.
This should work. Either edit Makefile.in and rerun configure or run configure and edit Makefile. As Makefile.in is the only place where the names of the backends are listed, make simply can't compile them if you trim the list. Bye, Henning
