sources = \
ccache.c mdfour.c hash.c execute.c util.c args.c stats.c \
cleanup.c snprintf.c unify.c manifest.c hashtable.c hashtable_itr.c \
- murmurhashneutral2.c hashutil.c comments.c
+ murmurhashneutral2.c hashutil.c comments.c getopt_long.c
headers = \
ccache.h hashtable.h hashtable_itr.h hashtable_private.h hashutil.h \
- manifest.h mdfour.h murmurhashneutral2.h comments.h
+ manifest.h mdfour.h murmurhashneutral2.h comments.h getopt_long.h
objs = $(sources:.c=.o)
*/
#include "ccache.h"
+#include "getopt_long.h"
#include "hashtable.h"
#include "hashtable_itr.h"
#include "hashutil.h"
#include "manifest.h"
#include "comments.h"
-#include <getopt.h>
-
/* current working directory taken from $PWD, or getcwd() if $PWD is bad */
char *current_working_dir;