diff options
Diffstat (limited to 'xorg/tests/tcp_proxy/Makefile')
-rw-r--r-- | xorg/tests/tcp_proxy/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/xorg/tests/tcp_proxy/Makefile b/xorg/tests/tcp_proxy/Makefile deleted file mode 100644 index eeb33711..00000000 --- a/xorg/tests/tcp_proxy/Makefile +++ /dev/null @@ -1,15 +0,0 @@ - -XRDP_INSTALL_BASE=/home/jay/xrdpinst - -OBJS = main.o -CFLAGS = -O2 -Wall -I../../../common -LDFLAGS = -Wl,-rpath,$(XRDP_INSTALL_BASE)/lib/xrdp -LIBS = -L$(XRDP_INSTALL_BASE)/lib/xrdp -ldl -lcommon - -all: tcp_proxy - -tcp_proxy: $(OBJS) - $(CC) $(CFLAGS) $(LDFLAGS) -o tcp_proxy $(OBJS) $(LIBS) - -clean: - rm -f $(OBJS) tcp_proxy |