diff options
| author | Christian Beier <dontmind@freeshell.org> | 2014-10-02 18:43:18 +0200 |
|---|---|---|
| committer | Christian Beier <dontmind@freeshell.org> | 2014-10-02 18:43:18 +0200 |
| commit | a1125ad9a6a1b64247fa06b6b0ce11b53ec13650 (patch) | |
| tree | 0ef816a6df0d4a6ec51bad53a03c4d364065f3b0 /Makefile.am | |
| parent | 465a5b0bd55fe7153700b3ce1b9d33697d794904 (diff) | |
| parent | 6e39e7c6f876370a106627c2c6e06ce2f0399473 (diff) | |
| download | libtdevnc-a1125ad9a6a1b64247fa06b6b0ce11b53ec13650.tar.gz libtdevnc-a1125ad9a6a1b64247fa06b6b0ce11b53ec13650.zip | |
Merge pull request #38 from LibVNC/autotools-fix-revisited
Autotools fix revisited.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6a02360..5c2a94d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +ACLOCAL_AMFLAGS = -I m4 SUBDIRS=libvncserver examples libvncclient webclients client_examples test DIST_SUBDIRS=libvncserver examples libvncclient webclients client_examples test |
