From: <sba...@us...> - 2013-05-26 15:10:24
|
Revision: 4999 http://sourceforge.net/p/fuse-emulator/code/4999 Author: sbaldovi Date: 2013-05-26 15:10:22 +0000 (Sun, 26 May 2013) Log Message: ----------- Add dll.c into the dist tarball. Modified Paths: -------------- trunk/libspectrum/Makefile.am trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/Makefile.am =================================================================== --- trunk/libspectrum/Makefile.am 2013-05-26 15:07:32 UTC (rev 4998) +++ trunk/libspectrum/Makefile.am 2013-05-26 15:10:22 UTC (rev 4999) @@ -104,6 +104,7 @@ AM_CPPFLAGS = @GLIB_CFLAGS@ @AUDIOFILE_CFLAGS@ EXTRA_DIST = accessor.pl \ + dll.c \ generate.pl.in \ m4/audiofile.m4 \ make-perl.c \ Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2013-05-26 15:07:32 UTC (rev 4998) +++ trunk/libspectrum/hacking/ChangeLog 2013-05-26 15:10:22 UTC (rev 4999) @@ -949,3 +949,4 @@ 20130518 doc/libspectrum.txt: update version number for 1.1 release (Sergio). 20130524 Makefile.am: update libtool age to support binaries built against libspectrum 1.0.0 (Stuart). +20130526 Makefile.am: add dll.c into the dist tarball (Sergio). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |