Revision: 4173
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4173&view=rev
Author:   dcommander
Date:     2010-10-27 08:00:33 +0000 (Wed, 27 Oct 2010)

Log Message:
-----------
Fix 'make dist'

Modified Paths:
--------------
    trunk/Makefile.am
    trunk/common/jpeg/Makefile.am
    trunk/common/zlib/Makefile.am
    trunk/po/LINGUAS
    trunk/unix/Makefile.am
    trunk/win/Makefile.am
    trunk/win/vncconfig/Makefile.am
    trunk/win/vncviewer/Makefile.am
    trunk/win/winvnc/Makefile.am

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am   2010-10-27 07:57:53 UTC (rev 4172)
+++ trunk/Makefile.am   2010-10-27 08:00:33 UTC (rev 4173)
@@ -19,4 +19,8 @@
 dmg: all
        sh $(srcdir)/release/makemacpkg ${PACKAGE_NAME} ${VERSION} ${BUILD} 
${srcdir}
 
-EXTRA_DIST = CMakeLists.txt cmakescripts/getdate.bat
+EXTRA_DIST = CMakeLists.txt cmakescripts/getdate.bat LICENCE.TXT \
+       doc java media release
+
+dist-hook:
+       rm -rf `find $(distdir) -name .svn`

Modified: trunk/common/jpeg/Makefile.am
===================================================================
--- trunk/common/jpeg/Makefile.am       2010-10-27 07:57:53 UTC (rev 4172)
+++ trunk/common/jpeg/Makefile.am       2010-10-27 08:00:33 UTC (rev 4173)
@@ -1,5 +1,6 @@
 noinst_LTLIBRARIES = libjpeg.la
-noinst_HEADERS = jconfig.h jerror.h jmorecfg.h jpeglib.h
+noinst_HEADERS = jerror.h jmorecfg.h jpeglib.h
+nodist_noinst_HEADERS = jconfig.h
 
 HDRS = jchuff.h jdct.h jdhuff.h jerror.h jinclude.h jmemsys.h jmorecfg.h \
        jpegint.h jpeglib.h jversion.h jsimd.h jsimddct.h
@@ -57,7 +58,8 @@
 jpegtran_LDADD = libjpeg.la
 
 
-DOCS= README README-turbo.txt LICENSE.txt LGPL.txt
+DOCS= jconfig.doc README README-turbo.txt LICENSE.txt LGPL.txt \
+       README_TigerVNC.txt
 
 TESTFILES= testorig.jpg testorig.ppm testimg.bmp testimgflt.jpg \
        testimgfst.jpg testimgint.jpg testimgp.jpg testimgflt.ppm 
testimgfst.ppm \

Modified: trunk/common/zlib/Makefile.am
===================================================================
--- trunk/common/zlib/Makefile.am       2010-10-27 07:57:53 UTC (rev 4172)
+++ trunk/common/zlib/Makefile.am       2010-10-27 08:00:33 UTC (rev 4173)
@@ -1,7 +1,7 @@
 noinst_LTLIBRARIES = libz.la
 
-HDRS = deflate.h infblock.h infcodes.h inffast.h inffixed.h inftrees.h \
-       infutil.h trees.h zconf.h zlib.h zutil.h
+HDRS = crc32.h deflate.h gzguts.h inffast.h inffixed.h inflate.h inftrees.h \
+       trees.h zconf.h zlib.h zutil.h
 
 libz_la_SOURCES = $(HDRS) adler32.c compress.c crc32.c deflate.c gzclose.c \
        gzlib.c gzread.c gzwrite.c inflate.c infback.c inftrees.c inffast.c \

Modified: trunk/po/LINGUAS
===================================================================
--- trunk/po/LINGUAS    2010-10-27 07:57:53 UTC (rev 4172)
+++ trunk/po/LINGUAS    2010-10-27 08:00:33 UTC (rev 4173)
@@ -1 +1 @@
-de fr pl sk sv
+de fr pl ru sk sv

Modified: trunk/unix/Makefile.am
===================================================================
--- trunk/unix/Makefile.am      2010-10-27 07:57:53 UTC (rev 4172)
+++ trunk/unix/Makefile.am      2010-10-27 08:00:33 UTC (rev 4173)
@@ -6,10 +6,9 @@
 
 XVNCDIR = xserver/hw/vnc
 
-EXTRA_DIST = vncserver.man $(XVNCDIR)/RegionHelper.h $(XVNCDIR)/vncExtInit.cc \
-       $(XVNCDIR)/buildtime.c $(XVNCDIR)/XserverDesktop.h $(XVNCDIR)/xvnc.cc \
-       $(XVNCDIR)/Xvnc.man $(XVNCDIR)/Input.cc $(XVNCDIR)/xf86vncModule.cc \
-       $(XVNCDIR)/XserverDesktop.cc $(XVNCDIR)/Input.h \
-       $(XVNCDIR)/xorg-version.h $(XVNCDIR)/vncHooks.h \
-       $(XVNCDIR)/Makefile.am $(XVNCDIR)/vncHooks.cc $(XVNCDIR)/vncExtInit.h \
-       xserver15.patch xserver16.patch xserver17.patch xserver18.patch
+EXTRA_DIST = vncserver.man $(XVNCDIR) xserver15.patch xserver16.patch \
+       xserver17.patch xserver18.patch xserver19.patch build-xorg 
build-xorg-git \
+       download-xorg-7.4 download-xorg-7.5 xorg-7.5-patches
+
+dist-hook:
+       rm -rf `find $(distdir) -name .svn`

Modified: trunk/win/Makefile.am
===================================================================
--- trunk/win/Makefile.am       2010-10-27 07:57:53 UTC (rev 4172)
+++ trunk/win/Makefile.am       2010-10-27 08:00:33 UTC (rev 4173)
@@ -4,4 +4,8 @@
 SUBDIRS += vncconfig winvnc
 endif
 
-EXTRA_DIST = logmessages/messages.h CMakeLists.txt
+EXTRA_DIST = logmessages LICENCE.TXT README.txt README_BINARY.txt \
+       resdefs.h.in tigervnc.iss.in wm_hooks CMakeLists.txt
+
+dist-hook:
+       rm -rf `find $(distdir) -name .svn`

Modified: trunk/win/vncconfig/Makefile.am
===================================================================
--- trunk/win/vncconfig/Makefile.am     2010-10-27 07:57:53 UTC (rev 4172)
+++ trunk/win/vncconfig/Makefile.am     2010-10-27 08:00:33 UTC (rev 4173)
@@ -14,7 +14,8 @@
        $(top_builddir)/common/rdr/librdr.la -lws2_32 -lgdi32 -lversion -lole32 
\
        -lcomctl32 resources.o
 
-EXTRA_DIST = vncconfig.ico vncconfig.rc vncconfig.exe.manifest CMakeLists.txt
+EXTRA_DIST = vncconfig.ico vncconfig.rc vncconfig.exe.manifest \
+       vncconfig.exe.manifest64 CMakeLists.txt
 
 resources.o: vncconfig.rc
        $(WINDRES) $^ -o $@

Modified: trunk/win/vncviewer/Makefile.am
===================================================================
--- trunk/win/vncviewer/Makefile.am     2010-10-27 07:57:53 UTC (rev 4172)
+++ trunk/win/vncviewer/Makefile.am     2010-10-27 08:00:33 UTC (rev 4173)
@@ -42,7 +42,7 @@
 vncviewer_LDFLAGS = -I$(top_srcdir)/win -mwindows
 
 EXTRA_DIST = vncviewer.rc vncviewer.ico cursor1.cur vncviewer.exe.manifest \
-       vncviewer.bmp toolbar.bmp CMakeLists.txt
+       vncviewer.exe.manifest64 vncviewer.bmp toolbar.bmp CMakeLists.txt
 
 resources.o: vncviewer.rc
        $(WINDRES) $^ -o $@

Modified: trunk/win/winvnc/Makefile.am
===================================================================
--- trunk/win/winvnc/Makefile.am        2010-10-27 07:57:53 UTC (rev 4172)
+++ trunk/win/winvnc/Makefile.am        2010-10-27 08:00:33 UTC (rev 4173)
@@ -20,8 +20,8 @@
 winvnc4_LDFLAGS = -mwindows
 
 EXTRA_DIST = winvnc.rc winvnc.ico connected.ico icon_dis.ico connecte.ico \
-       winvnc4.exe.manifest winvnc.bmp CMakeLists.txt
+       winvnc4.exe.manifest winvnc4.exe.manifest64 winvnc.bmp index.vnc \
+       CMakeLists.txt
 
 resources.o: winvnc.rc
        $(WINDRES) $^ -o $@
-


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to