From 00f44267514fcdfeae1ce01bf32019a713288a5b Mon Sep 17 00:00:00 2001 From: mmdolze Date: Tue, 7 Jul 2009 21:38:51 +0000 Subject: [PATCH] Explicitly add getopt files as EXTRA_DIST because the autotools magic does not pull in the getopt.h. --- shared/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/Makefile.am b/shared/Makefile.am index 604a6ba..6c826c6 100644 --- a/shared/Makefile.am +++ b/shared/Makefile.am @@ -8,6 +8,6 @@ libLCDstuff_a_LIBADD = @LIBOBJS@ AM_CPPFLAGS = -I$(top_srcdir) -EXTRA_DIST = Makefile.in +EXTRA_DIST = getopt.c getopt1.c getopt.h ## EOF