From: Lasse Collin Date: Fri, 29 Jan 2010 20:48:04 +0000 (+0200) Subject: Add list.h to src/xz/Makefile.am. X-Git-Tag: v5.0.0~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dbd0641db99d5e73d51d04ce7a71e52dc6b4105;p=xz Add list.h to src/xz/Makefile.am. This should have been already in 0bc9eab243dee3be764b3530433a7fcdc3f7c6a1. --- diff --git a/src/xz/Makefile.am b/src/xz/Makefile.am index 49307c09..4dbe0f26 100644 --- a/src/xz/Makefile.am +++ b/src/xz/Makefile.am @@ -17,6 +17,7 @@ xz_SOURCES = \ hardware.c \ hardware.h \ list.c \ + list.h \ main.c \ main.h \ message.c \