Ralf Wildenhues wrote: > > > Having .pc files installed with install-exec can be done with something > like > > pkgconfigexecdir = $(libdir)/pkg-config > pkgconfigexec_DATA = foo.pc > >
That works like a charm. Now all I have to take care of are the include files of the library, which by default appear to be treated as data and not as exec files. Would the same trick as the one shown above cause any harm here? regards, Markus -- View this message in context: http://old.nabble.com/separate-target-for-installing-docs-tp29802930p29814397.html Sent from the Gnu - Automake - General mailing list archive at Nabble.com.