On Tue, Jun 5, 2012 at 10:56 AM, William Hubbs <w.d.hubbs@xxxxxxxxx> wrote: > Hi Bryan, > > On Mon, Jun 04, 2012 at 08:10:28PM -0700, Bryan Kadzban wrote: >> If you want to try to get systemd-tmpfiles to work, and figure out which >> extra dependencies are needed (like, oh for instance, selinux or >> libcap), feel free; that patch shouldn't be too hard to apply on top of >> this one, if this gets committed. > > I spoke with Kay on irc, and he expressed doubts that it will be > committed. However, I did get another suggestion from one of the guys > there. > > Automake supports includes, so it would be good to break up Makefile.am > into several modules. That way it would be easy to include them based > on condissionals. Breaking up the Makefile.am into several files is probably cleaner, but it doesn't actually change the problem you're trying to solve here. You still have to wrap large parts of the build in AM_CONDITIONALs. That doesn't change whether it's in one file or many. The include happens at automake time, not build time, so conditionally including the file won't do anything different for you. Everything will get merge into the toplevel Makefile.in. -- Dan -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html