| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 
 | Last-Update: 2022-04-25
Forwarded: yes
Author: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Description: Use system ltdl library
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: dico/Makefile.am
===================================================================
--- dico.orig/Makefile.am	2025-01-02 14:47:04.888199389 +0100
+++ dico/Makefile.am	2025-01-02 14:47:04.888199389 +0100
@@ -53,7 +53,6 @@
 CLEANFILES         =
 MOSTLYCLEANFILES   =
 
-include libltdl/Makefile.inc
 
 # Automake 1.16.5 fails to add these.
 # To be removed when dico finally gets rid of libltdl.
 |