From e35d62167b2d4c632ad2129d00111a18106311f7 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 23 Nov 2014 19:06:23 -0500 Subject: add missing files to dist target This is why I shouldn't be allowed to write my own Makefiles anymore... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e08ac9..fd8a23b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CPPFLAGS := -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE $(CPPFLAGS) CFLAGS := -std=c11 -g -pedantic -Wall -Wextra -Wno-missing-field-initializers $(CFLAGS) LDLIBS = -lalpm -DISTFILES = expac.c README.pod +DISTFILES = expac.c expac.h conf.c conf.h util.h README.pod all: expac doc -- cgit v1.2.3-54-g00ecf