diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index c7635f5..7c1eae8 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -12,5 +12,5 @@ noinst_HEADERS=radon.h noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ vncev storepasswd colourmaptest $(BACKGROUND_TEST) $(MAC) -LDADD = -L.. -lvncserver +LDADD = ../libvncserver.a |