X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile.am;h=fb0050c698541a8c2f21d56a34cb96f5f3b9eb56;hb=a14928fc505633d395e18db84ce7dbfd7386fa5f;hp=f7627f4e1115870b89351a7380650c2d56c78a00;hpb=90396d4595fc36f7932d71dc8195ab0814253eaa;p=freeglut diff --git a/Makefile.am b/Makefile.am index f7627f4..fb0050c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,12 +4,27 @@ SUBDIRS = src include progs doc AUTOMAKE_OPTIONS = gnu EXTRA_DIST = \ - AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ + README.win32 LISEZ_MOI \ freeglut.lsm autogen.sh \ freeglut.kdevprj freeglut.kdevelop \ freeglut.dsp freeglut.dsw \ freeglut_static.dsp \ freeglut_evc4.vcp freeglut_evc4.vcw +# 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, +# but we are not that lucky. Instead we fix this at distribution creation time. +dist-hook: + find $(distdir) -type f \( \ + -name "*.c" -o \ + -name "*.dsp" -o \ + -name "*.dsw" -o \ + -name "*.h" -o \ + -name "*.html" -o \ + -name "*.png" -o \ + -name "LISEZ_MOI" -o \ + -name "README*" \ + \) -exec chmod -x {} \; + libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck