summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-11-23 19:06:23 -0500
committerDave Reisner <dreisner@archlinux.org>2014-11-23 22:53:57 -0500
commite35d62167b2d4c632ad2129d00111a18106311f7 (patch)
tree38269407675f28cf88b175a0335b91a4285d4d8d
parent6461d0524ef2d4c326467c2c8853a9cee1454160 (diff)
downloadexpac-e35d62167b2d4c632ad2129d00111a18106311f7.tar.xz
add missing files to dist target
This is why I shouldn't be allowed to write my own Makefiles anymore...
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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