git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@540
7f0cb862-5218-0410-a997-
914c9d46530a
(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.
#
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
#