From b45e5833c25b0c4034d7355a652a61495dc75f51 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 4 Mar 2011 17:37:04 +0100 Subject: [PATCH] ext: Always dist the curl directory Event if we can't build it. Fixes make dist --- ext/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/Makefile.am b/ext/Makefile.am index f9b55ea522..142ce1d3a1 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -444,6 +444,7 @@ DIST_SUBDIRS = \ cdaudio \ celt \ cog \ + curl \ dc1394 \ dirac \ directfb \