diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 16dff2a..98a4647 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -2,5 +2,10 @@ if HAVE_LIBPTHREAD BACKGROUND_TEST=blooptest endif +noinst_HEADERS=radon.h + noinst_PROGRAMS=example pnmshow sratest pnmshow24 fontsel \ vncev storepasswd $(BACKGROUND_TEST) + +LDADD = -L.. -lvncserver + |