chiark / gitweb /
Fix `distcheck' complaints.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 22 Jan 2016 10:58:36 +0000 (10:58 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Jan 2016 22:39:03 +0000 (22:39 +0000)
commit3e1d9716f4d63814a7df129ad7d99c98865e8385
treed86585283378a2f8bfdd484f2c2ed77828cd1fae
parent36d057402aa13a6fd048be01ab48239e6a9511f6
Fix `distcheck' complaints.

  * Have `disobedience/Makefile.am' remove the images and desktop file
    it installs.

  * Remove `lib/versionstring.c' as well as its header file during
    clean.

  * Move source files (but not headers) from `lib/' to new `common/'
    directory if they're needed by other directories, and refer to them
    via the `VPATH' feature rather than using explicit pathnames.  (It
    doesn't work to have the whole of `lib/' on the VPATH because there
    are files in some of the other directories with the same names,
    which breaks in-tree builds.)
clients/Makefile.am
common/Makefile.am [new file with mode: 0644]
common/hreader.c [moved from lib/hreader.c with 100% similarity]
common/memgc.c [moved from lib/memgc.c with 100% similarity]
common/wav.c [moved from lib/wav.c with 100% similarity]
configure.ac
disobedience/Makefile.am
lib/Makefile.am
plugins/Makefile.am
server/Makefile.am
tests/Makefile.am