diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-10-27 08:00:33 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-10-27 08:00:33 +0000 |
commit | 872e27c3b339f906476153145da44c4d0bb12ca8 (patch) | |
tree | e0edd78085d4134719338f730a9cf0ef58a0b10d /unix | |
parent | e4daba4d07b58bdf32d99960bdf7eb0450c481c9 (diff) | |
download | tigervnc-872e27c3b339f906476153145da44c4d0bb12ca8.tar.gz tigervnc-872e27c3b339f906476153145da44c4d0bb12ca8.zip |
Fix 'make dist'
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4173 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.am | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/unix/Makefile.am b/unix/Makefile.am index f45808ed..d4478831 100644 --- a/unix/Makefile.am +++ b/unix/Makefile.am @@ -6,10 +6,9 @@ man1_MANS = vncserver.man 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` |