diff --git a/libsrc/Makefile b/libsrc/Makefile index cbc778f11..3d8277ae5 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -82,7 +82,7 @@ define INSTALL_recipe $(if $(prefix),,$(error variable `prefix' must be set)) $(INSTALL) -d $(subst ..,$(DESTDIR)$(datadir),$(dir)) -$(INSTALL) -m644 $(dir)/* $(subst ..,$(DESTDIR)$(datadir),$(dir)) +$(INSTALL) -m644 $(dir)/*.* $(subst ..,$(DESTDIR)$(datadir),$(dir)) endef