Explicitly add getopt files as EXTRA_DIST because the autotools magic does

not pull in the getopt.h.
This commit is contained in:
mmdolze
2009-07-07 21:38:51 +00:00
parent e33ba1b41b
commit 00f4426751
+1 -1
View File
@@ -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