On Mon, Sep 12, 2005 at 12:55:51PM -0400, David Ohlemacher wrote: > How do you install data files? I tried this: > > mydatadir = icons > dist_mydata_DATA = icon1.png icon2.png > > I got no errors, but no icons directory either.
you have to specify the full path to the directory, eg.: mydatadir = $(datadir)/icons or mydatadir = $(prefix)/share/gui-crap/icons or whatever. HTH, Stepan Kasal