diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-02-07 23:59:09 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-02-07 23:59:09 +0000 |
commit | 29640ea22d3b39853c1bfe691d70d2c446cea66a (patch) | |
tree | fe425ace80a23fb5e9b86d82df72590530cea4b5 /unix | |
parent | 8e9850670c3c83b85a0422d875ef1325f130b8a9 (diff) | |
download | tigervnc-29640ea22d3b39853c1bfe691d70d2c446cea66a.tar.gz tigervnc-29640ea22d3b39853c1bfe691d70d2c446cea66a.zip |
Fix make dist
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4258 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.am b/unix/Makefile.am index d4478831..f27fe309 100644 --- a/unix/Makefile.am +++ b/unix/Makefile.am @@ -8,7 +8,7 @@ XVNCDIR = xserver/hw/vnc 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 + download-xorg-7.4 download-xorg-7.5 xorg-7.5-patches xserver110.patch dist-hook: rm -rf `find $(distdir) -name .svn` |