From aed929ae90bd144dcecaa282a075a2752670ccc1 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 3 Feb 2008 16:57:21 +0000 Subject: [PATCH] Add libmisc/find_new_ids.c to the sources of the libmisc library. --- libmisc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/libmisc/Makefile.am b/libmisc/Makefile.am index 3df8885e..8ca70141 100644 --- a/libmisc/Makefile.am +++ b/libmisc/Makefile.am @@ -21,6 +21,7 @@ libmisc_a_SOURCES = \ failure.c \ failure.h \ fields.c \ + find_new_ids.c \ getdate.h \ getdate.y \ getlong.c \