diff options
author | dscho <dscho> | 2006-03-01 21:35:53 +0000 |
---|---|---|
committer | dscho <dscho> | 2006-03-01 21:35:53 +0000 |
commit | f38f67e4e9320a3e0b1472b9c4bae86fcedcbd89 (patch) | |
tree | 03e19ae8682ec679bf67292d70acf688fa28d713 /examples/Makefile.am | |
parent | b7a901d78f9a43b8a9b7ce7ed7ab1257998576a6 (diff) | |
download | libtdevnc-f38f67e4e9320a3e0b1472b9c4bae86fcedcbd89.tar.gz libtdevnc-f38f67e4e9320a3e0b1472b9c4bae86fcedcbd89.zip |
Fix blooptest example
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index a77fa15..644f017 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -20,8 +20,3 @@ noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ vncev storepasswd colourmaptest simple simple15 $(MAC) \ $(FILETRANSFER) backchannel $(BLOOPTEST) -blooptest.o: example.c - $(CC) $(AM_CFLAGS) $(CFLAGS) -c -o $@ $< - - - |