From 743e434e5db1d363953c382df5d22ee3a507d89a Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Fri, 21 Sep 2012 21:50:20 +0200 Subject: [PATCH] Include the msvc project file in the tarballs. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1d1db02..a54ccbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,4 +5,6 @@ ACLOCAL_AMFLAGS = -I m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libdivecomputer.pc -EXTRA_DIST = libdivecomputer.pc.in +EXTRA_DIST = \ + libdivecomputer.pc.in \ + msvc/libdivecomputer.vcproj