whats the correct way to specify an X11 app-default file in an automake file? Ie, I have something like:
bin_PROGRAMS=foo foo_SOURCES= foo.c util.c util.h somedirectoryforappdefaults_DATA= Foo and I need to know what to put for "somedirectoryforappdefaults". Thanks -Dan
