Ralf Wildenhues wrote: > Otherwise, you could overwrite either their toplevel > install: > install-exec: > install-data: > install-dvi: > install-html: > install-info: > install-ps: > install-pdf: > installdirs: > installcheck: > uninstall: > > rules, or the ones in the your directory above theirs. Since that > would require you to also manually ensure to let all other install > action happen, you might want to add another in-between subdir in > your project that does nothing else.
Thanks a lot. It seems this is what I need. I added the install rules in my third-party/Makefile.am where SUBDIRS defined and everything works well now.
