Fixing the Linux directory paths in which the "automake" looks for source code
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1006 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
7c9b1f6d0d
commit
2b2e9a9644
@ -1,6 +1,6 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## 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
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
@ -52,7 +52,7 @@ EXTRA_DIST = \
|
|||||||
progs/demos/smooth_opengl3/smooth_opengl3_vs2008.vcproj
|
progs/demos/smooth_opengl3/smooth_opengl3_vs2008.vcproj
|
||||||
|
|
||||||
# Thanks to WinDoze, some files in CVS have the "execute" bit set when they
|
# 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.
|
# but we are not that lucky. Instead we fix this at distribution creation time.
|
||||||
dist-hook:
|
dist-hook:
|
||||||
find $(distdir) -type f \( \
|
find $(distdir) -type f \( \
|
||||||
|
Reference in New Issue
Block a user