diff options
author | Adam Tkac <atkac@redhat.com> | 2009-09-07 11:28:11 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-09-07 11:28:11 +0000 |
commit | edeff45a2d89fe261f66bd6c23c646ad6bbfcb86 (patch) | |
tree | f22940afa9b5728eaadcf4fe6de4977408d592b9 | |
parent | 8cfa1eda338a5647282d0464558a67eed9d10b70 (diff) | |
download | tigervnc-edeff45a2d89fe261f66bd6c23c646ad6bbfcb86.tar.gz tigervnc-edeff45a2d89fe261f66bd6c23c646ad6bbfcb86.zip |
Fix tarball generation via `make dist`.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3898 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | common/jpeg/simd/Makefile.am | 13 | ||||
-rw-r--r-- | po/POTFILES.in | 22 | ||||
-rw-r--r-- | unix/Makefile.am | 10 |
3 files changed, 23 insertions, 22 deletions
diff --git a/common/jpeg/simd/Makefile.am b/common/jpeg/simd/Makefile.am index 92a095ea..0f1d125d 100644 --- a/common/jpeg/simd/Makefile.am +++ b/common/jpeg/simd/Makefile.am @@ -2,7 +2,9 @@ noinst_LTLIBRARIES = libsimd.la BUILT_SOURCES = jsimdcfg.inc -EXTRA_DIST = nasm_lt.sh +EXTRA_DIST = nasm_lt.sh jcclrmmx.asm jcclrss2.asm jdclrmmx.asm jdclrss2.asm \ + jdmrgmmx.asm jdmrgss2.asm jcclrss2-64.asm jdclrss2-64.asm \ + jdmrgss2-64.asm if SIMD_X86_64 @@ -19,9 +21,6 @@ libsimd_la_SOURCES = jsimd_x86_64.c \ jccolss2-64.lo: jcclrss2-64.asm jdcolss2-64.lo: jdclrss2-64.asm jdmerss2-64.lo: jdmrgss2-64.asm - -EXTRA_DIST += jcclrss2-64.asm jdclrss2-64.asm jdmrgss2-64.asm - endif if SIMD_I386 @@ -48,12 +47,6 @@ jdcolmmx.lo: jdclrmmx.asm jdcolss2.lo: jdclrss2.asm jdmermmx.lo: jdmrgmmx.asm jdmerss2.lo: jdmrgss2.asm - -EXTRA_DIST += \ - jcclrmmx.asm jcclrss2.asm \ - jdclrmmx.asm jdclrss2.asm \ - jdmrgmmx.asm jdmrgss2.asm - endif .asm.lo: diff --git a/po/POTFILES.in b/po/POTFILES.in index bfe70a46..0704ba79 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,12 +1,12 @@ # vncviewer_unix -vncviewer/AboutDialog.h -vncviewer/CConn.cxx -vncviewer/CConn.h -vncviewer/DesktopWindow.cxx -vncviewer/DesktopWindow.h -vncviewer/InfoDialog.h -vncviewer/OptionsDialog.h -vncviewer/parameters.h -vncviewer/PasswdDialog.h -vncviewer/ServerDialog.h -vncviewer/vncviewer.cxx +unix/vncviewer/AboutDialog.h +unix/vncviewer/CConn.cxx +unix/vncviewer/CConn.h +unix/vncviewer/DesktopWindow.cxx +unix/vncviewer/DesktopWindow.h +unix/vncviewer/InfoDialog.h +unix/vncviewer/OptionsDialog.h +unix/vncviewer/parameters.h +unix/vncviewer/PasswdDialog.h +unix/vncviewer/ServerDialog.h +unix/vncviewer/vncviewer.cxx diff --git a/unix/Makefile.am b/unix/Makefile.am index 870f221d..854956b9 100644 --- a/unix/Makefile.am +++ b/unix/Makefile.am @@ -4,4 +4,12 @@ dist_bin_SCRIPTS = vncserver man1_MANS = vncserver.man -EXTRA_DIST = 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 |