From: John F. Fay Date: Tue, 24 Jan 2012 03:30:19 +0000 (+0000) Subject: Fixing the Linux directory paths in which the "automake" looks for source code X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;ds=sidebyside;h=1973a39f8b8f327578b71ca1f74d57fbdd1a9420;p=freeglut Fixing the Linux directory paths in which the "automake" looks for source code git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1006 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/Makefile.am b/Makefile.am index 07194ae..8f93db5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = src Common include progs doc +SUBDIRS = src src/Common src/x11 include progs doc AUTOMAKE_OPTIONS = gnu EXTRA_DIST = \ @@ -52,7 +52,7 @@ EXTRA_DIST = \ progs/demos/smooth_opengl3/smooth_opengl3_vs2008.vcproj # Thanks to WinDoze, some files in CVS have the "execute" bit set when they -# shoudn't. We could fix this if we had direct access to the CVS repository, +# shouldn't. We could fix this if we had direct access to the CVS repository, # but we are not that lucky. Instead we fix this at distribution creation time. dist-hook: find $(distdir) -type f \( \