* lib/Makefile.in (amvideo.h): Dependencies are not met making this file
implementation incomplete. Do not deliver it. (amaudio.h): Ditto.
This commit is contained in:
@ -131,7 +131,14 @@ install-libraries: all $(need-DESTDIR-compatibility)
|
||||
install-headers: $(need-DESTDIR-compatibility)
|
||||
$(mkinstalldirs) $(DESTDIR)${inst_includedir}
|
||||
for file in $(HEADERS); do \
|
||||
$(INSTALL_DATA) ${top_srcdir}/include/$$file $(DESTDIR)${inst_includedir}; \
|
||||
case $$file in \
|
||||
amvideo.h | amaudio.h) \
|
||||
echo Not installing $$file \
|
||||
;; \
|
||||
*) \
|
||||
$(INSTALL_DATA) ${top_srcdir}/include/$$file $(DESTDIR)${inst_includedir}; \
|
||||
;; \
|
||||
esac \
|
||||
done
|
||||
$(mkinstalldirs) $(DESTDIR)${inst_includedir}/GL
|
||||
for file in $(GL_HEADERS); do \
|
||||
|
Reference in New Issue
Block a user