From b096c4c3d70fe1943665b2c80372d5c4234452dc Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Fri, 17 Apr 2026 05:25:10 +0300
Subject: [PATCH] Add dlfcn folder to system install

---
 cinelerra-5.1/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cinelerra-5.1/Makefile.am b/cinelerra-5.1/Makefile.am
index 597bd9ce..765bc5e0 100644
--- a/cinelerra-5.1/Makefile.am
+++ b/cinelerra-5.1/Makefile.am
@@ -53,7 +53,7 @@ sys_install: $(CIN_INSTALLS)
 	cd bin; $(inst_sh) "$(DESTDIR)$(bindir)" "$(WANT_CIN)" bdwrite
 	cd bin; $(inst_sh) "$(DESTDIR)$(datadir)/$(WANT_CIN)" \
 		COPYING README models Cinelerra_factory expanders.* \
-		shuttlerc ffmpeg msg info tips doc
+		shuttlerc ffmpeg msg info tips doc dlfcn
 	cd bin/locale; $(inst_sh) "$(DESTDIR)$(localedir)" .
 	cd bin/plugins; $(inst_sh) "$(DESTDIR)$(WANT_PLUGIN_DIR)" .
 	cd bin/applications; $(inst_sh) "$(DESTDIR)$(datadir)/applications" .
-- 
2.46.4

