From: <suc...@us...> - 2006-06-04 01:34:28
|
Revision: 38 Author: sucknblow Date: 2006-06-03 18:34:08 -0700 (Sat, 03 Jun 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=38&view=rev Log Message: ----------- Remove unused NEWS file. Add enough EXTRA_DISTs in order that a release tarball can be produced using "make dist-bzip2". Have I included enough that this works on Cygwin too? Modified Paths: -------------- trunk/Makefile.am trunk/frontend/easypmp/cui/Makefile.am trunk/lib/gmi/Makefile.am trunk/lib/playlist/Makefile.am trunk/lib/pmp/Makefile.am Removed Paths: ------------- trunk/NEWS Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2006-06-04 01:30:52 UTC (rev 37) +++ trunk/Makefile.am 2006-06-04 01:34:08 UTC (rev 38) @@ -3,8 +3,11 @@ SUBDIRS = m4 libltdl lib/ucs2 lib/filepath lib/gmi lib/playlist lib/pmp lib/pmp_irivnavi lib/pmp_portalplayer1 lib/pmp_iriverplus2 frontend/easypmp/cui docdir = $(prefix)/share/doc/@PACKAGE@ -doc_DATA = README NEWS INSTALL COPYING AUTHORS ChangeLog +doc_DATA = README INSTALL COPYING AUTHORS ChangeLog -EXTRA_DIST = autogen.sh +EXTRA_DIST = \ + autogen.sh \ + include/os.h +AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 Deleted: trunk/NEWS =================================================================== Modified: trunk/frontend/easypmp/cui/Makefile.am =================================================================== --- trunk/frontend/easypmp/cui/Makefile.am 2006-06-04 01:30:52 UTC (rev 37) +++ trunk/frontend/easypmp/cui/Makefile.am 2006-06-04 01:34:08 UTC (rev 38) @@ -12,6 +12,7 @@ device.c \ option.c \ option.h \ + getopt.h \ util.c \ util.h \ main.c Modified: trunk/lib/gmi/Makefile.am =================================================================== --- trunk/lib/gmi/Makefile.am 2006-06-04 01:30:52 UTC (rev 37) +++ trunk/lib/gmi/Makefile.am 2006-06-04 01:34:08 UTC (rev 38) @@ -16,5 +16,7 @@ $(top_builddir)/lib/filepath/libfilepath.la \ -no-undefined +EXTRA_DIST = contrib + AM_CFLAGS = @CFLAGS@ INCLUDES = @INCLUDES@ Modified: trunk/lib/playlist/Makefile.am =================================================================== --- trunk/lib/playlist/Makefile.am 2006-06-04 01:30:52 UTC (rev 37) +++ trunk/lib/playlist/Makefile.am 2006-06-04 01:34:08 UTC (rev 38) @@ -19,5 +19,11 @@ $(top_builddir)/lib/filepath/libfilepath.la \ $(JS_LIBS) +EXTRA_DIST = \ + sample/artist.jspl \ + sample/artists.jspl \ + sample/top_ranking.jspl \ + contrib + AM_CFLAGS = @CFLAGS@ INCLUDES = @INCLUDES@ Modified: trunk/lib/pmp/Makefile.am =================================================================== --- trunk/lib/pmp/Makefile.am 2006-06-04 01:30:52 UTC (rev 37) +++ trunk/lib/pmp/Makefile.am 2006-06-04 01:34:08 UTC (rev 38) @@ -18,5 +18,7 @@ $(top_builddir)/lib/filepath/libfilepath.la \ $(LIBLTDL) +EXTRA_DIST = pmp_plugin.sym + AM_CFLAGS = @CFLAGS@ INCLUDES = @INCLUDES@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |