From 9c68fad27d36775278d25e706a54771a627adefb Mon Sep 17 00:00:00 2001 From: spanne Date: Sat, 1 Jan 2005 18:35:44 +0000 Subject: [PATCH] Added missing files from "src" subdirectory to dist. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@540 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/ChangeLog | 2 ++ freeglut/freeglut/src/Makefile.am | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/freeglut/freeglut/ChangeLog b/freeglut/freeglut/ChangeLog index 99d01a9..667de55 100644 --- a/freeglut/freeglut/ChangeLog +++ b/freeglut/freeglut/ChangeLog @@ -728,3 +728,5 @@ distribution. (193) Modernized configure.ac a bit and added a rule to Makefile.am to update libtool. Note that all gcc compiler warnings are now on by default. + +(194) Added missing files from "src" subdirectory to dist. diff --git a/freeglut/freeglut/src/Makefile.am b/freeglut/freeglut/src/Makefile.am index 3378086..188395d 100644 --- a/freeglut/freeglut/src/Makefile.am +++ b/freeglut/freeglut/src/Makefile.am @@ -5,7 +5,13 @@ # lib_LTLIBRARIES = lib@LIBRARY@.la -noinst_HEADERS = freeglut_internal.h +# +# Headers and extra stuff we want to distribute +# +noinst_HEADERS = freeglut_internal.h freeglut_teapot_data.h + +EXTRA_DIST = freeglutdll.def + # # Those source files build the freeglut library #