diff options
| author | Christian Beier <dontmind@freeshell.org> | 2017-02-21 17:32:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-21 17:32:42 +0100 |
| commit | 9ac695a4b98de265c3bb73efd2bc80358ac6f332 (patch) | |
| tree | d1e2b6828d1ab59d0ecd66b1884cc4824644afca /client_examples | |
| parent | 261c3dbf87cc21adc91cebd0525c8c6a5f8d0f6b (diff) | |
| parent | fe943395873c6cbfdfa0eadb8a5d13f2c95e8614 (diff) | |
| download | libtdevnc-9ac695a4b98de265c3bb73efd2bc80358ac6f332.tar.gz libtdevnc-9ac695a4b98de265c3bb73efd2bc80358ac6f332.zip | |
Merge pull request #156 from The-42/drop-autotools
drop autotools
Diffstat (limited to 'client_examples')
| -rw-r--r-- | client_examples/Makefile.am | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am deleted file mode 100644 index 9cb2c32..0000000 --- a/client_examples/Makefile.am +++ /dev/null @@ -1,38 +0,0 @@ -AM_CPPFLAGS = -I$(top_srcdir) -LDADD = ../libvncclient/libvncclient.la @WSOCKLIB@ - -if WITH_FFMPEG -FFMPEG_HOME=@with_ffmpeg@ - -if HAVE_MP3LAME -MP3LAME_LIB=-lmp3lame -endif - -vnc2mpg_CFLAGS=-I$(FFMPEG_HOME)/libavformat -I$(FFMPEG_HOME)/libavcodec -I$(FFMPEG_HOME)/libavutil -vnc2mpg_LDADD=$(LDADD) $(FFMPEG_HOME)/libavformat/libavformat.a $(FFMPEG_HOME)/libavcodec/libavcodec.a $(MP3LAME_LIB) -lm - -FFMPEG_CLIENT=vnc2mpg -endif - -if HAVE_LIBSDL -SDLVIEWER=SDLvncviewer - -SDLvncviewer_CFLAGS=$(SDL_CFLAGS) -SDLvncviewer_SOURCES=SDLvncviewer.c scrap.c scrap.h - -# thanks to autoconf, this looks ugly -SDLvncviewer_LDADD=$(LDADD) $(SDL_LIBS) -endif - -if HAVE_LIBGTK -GTKVIEWER=gtkvncviewer -gtkvncviewer_SOURCES=gtkvncviewer.c -gtkvncviewer_CFLAGS=$(GTK_CFLAGS) -gtkvncviewer_LDADD=$(LDADD) $(GTK_LIBS) -endif - - -noinst_PROGRAMS=ppmtest $(SDLVIEWER) $(GTKVIEWER) $(FFMPEG_CLIENT) backchannel - - - |
