From: Peter Johnson Date: Mon, 5 Nov 2001 07:45:15 +0000 (-0000) Subject: Add mergesort.c and strsep.c to EXTRA_DIST. X-Git-Tag: v0.1.0~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c88fae3f4908972e212200f3f18af11faf61b3a4;p=yasm Add mergesort.c and strsep.c to EXTRA_DIST. svn path=/trunk/yasm/; revision=318 --- diff --git a/src/Makefile.am b/src/Makefile.am index 0fbd211b..03964b17 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,4 +62,6 @@ libyasm_a_SOURCES = \ CFLAGS = @ANSI_CFLAGS@ EXTRA_DIST = \ + strsep.c \ + mergesort.c \ compat-queue.h