diff options
author | Brian Bidulock <bidulock@openss7.org> | 2014-10-02 17:43:03 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-10-02 17:43:03 +0200 |
commit | acf095086d6631df05311225ca85ceced0307c52 (patch) | |
tree | 5eab13a43deb09eb468ac74dfeb5d60bf25d0201 /Makefile.am | |
parent | 57b0e4f4fe803fbf7d7a612d4ffb686f73465868 (diff) | |
download | libtdevnc-acf095086d6631df05311225ca85ceced0307c52.tar.gz libtdevnc-acf095086d6631df05311225ca85ceced0307c52.zip |
Use an m4 script subdirectory, fix automake init and two macro names.
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 |