Hello,

I'm new to automake and I'm building binary packages for a product under the GPL.

The problem that I'm having is that the COPYING and COPYRIGHT files are not getting installed by the make install target generated by automake.

In my top-level source directory, I have a Makefile.am file that has:

EXTRA_DIST = COPYRIGHT COPYING
SUBDIRS = src doc


How do I get COPYING (and COPYRIGHT, etc) into the "make install" target?

Thanks,
Kirk Wolf



Reply via email to