diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-11-23 19:06:23 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-11-23 22:53:57 -0500 |
commit | e35d62167b2d4c632ad2129d00111a18106311f7 (patch) | |
tree | 38269407675f28cf88b175a0335b91a4285d4d8d | |
parent | 6461d0524ef2d4c326467c2c8853a9cee1454160 (diff) | |
download | expac-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |