]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add missing getopt_long.c source file to dist (#341)
authorAnders Björklund <anders.f.bjorklund@gmail.com>
Wed, 2 Jan 2019 12:52:32 +0000 (13:52 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 2 Jan 2019 12:52:32 +0000 (13:52 +0100)
Missed to include this when making compilation optional.

Closes #340.

dev.mk.in

index 4806ec04179866cfc0018ced4a344c011f1ebe02..a1ee9692e9c1b3dce546dbb1d110e4c34d725be9 100644 (file)
--- a/dev.mk.in
+++ b/dev.mk.in
@@ -89,6 +89,7 @@ source_dist_files = \
     src/confitems_lookup.c \
     src/envtoconfitems.gperf \
     src/envtoconfitems_lookup.c \
+    src/getopt_long.c \
     src/main.c \
     src/zlib/*.c \
     src/zlib/*.h \