From 4f9dbabf452b6b7567e77925e7b32362ede336c6 Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Sun, 5 Feb 2012 20:21:42 +0000 Subject: [PATCH] Fixing the rest of the "EXTRA_DIST" bug per e-mail from Sylvain dated Feb 5, 2012 at 2:10 PM git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1072 7f0cb862-5218-0410-a997-914c9d46530a --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8a9821e..6b3cbe5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,14 +17,11 @@ EXTRA_DIST = \ freeglut.mak \ freeglut.rc \ freeglut.spec \ - freeglut.tgt \ - freeglut.wpj \ freeglut_evc4.vcp \ freeglut_evc4.vcw \ freeglut_static.dep \ freeglut_static.dsp \ freeglut_static.mak \ - freeglut_static.tgt \ VisualStudio/2010/freeglut.vcxproj.filters \ VisualStudio/2010/smooth_opengl3/smooth_opengl3.vcxproj.filters \ VisualStudio/2010/smooth_opengl3/smooth_opengl3.vcxproj \ -- 1.7.10.4