From 75905a9afc0ee89954ede7d08af70d1148bf0fd9 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 5 Feb 2009 09:12:57 +0200 Subject: Various code cleanups the the xz command line tool. It now builds with MinGW. --- src/xz/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xz/Makefile.am') diff --git a/src/xz/Makefile.am b/src/xz/Makefile.am index b8477c03..5deed299 100644 --- a/src/xz/Makefile.am +++ b/src/xz/Makefile.am @@ -30,6 +30,8 @@ xz_SOURCES = \ private.h \ process.c \ process.h \ + signals.c \ + signals.h \ suffix.c \ suffix.h \ util.c \ -- cgit v1.2.3