Skip to content

Commit

Permalink
Don't remove version.c in distclean
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Nov 7, 2011
1 parent 795ed4c commit 891c1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -29,7 +29,7 @@ pkgconfig_DATA = openconnect.pc

EXTRA_DIST = version.sh openconnect.html openconnect.8 COPYING.LGPL

DISTCLEANFILES = $(pkgconfig_DATA) version.c
DISTCLEANFILES = $(pkgconfig_DATA)

version.c: $(library_srcs) $(openconnect_SOURCES) Makefile.am configure.ac \
openconnect.h openconnect-internal.h version.sh \
Expand Down

0 comments on commit 891c1e5

Please sign in to comment.