summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-04-08 21:19:42 +0000
committerjsorg71 <jsorg71>2007-04-08 21:19:42 +0000
commitcb0a47d206505f1797f464946a0efa8bdb90a22c (patch)
treed0031bd6238e5492fa6692af6ce494df13f738d9
parent9c4b9f8390c992a7b08fd487e17b6067571dfa52 (diff)
downloadxrdp-proprietary-cb0a47d206505f1797f464946a0efa8bdb90a22c.tar.gz
xrdp-proprietary-cb0a47d206505f1797f464946a0efa8bdb90a22c.zip
removed strip from Makefile
-rw-r--r--libxrdp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libxrdp/Makefile b/libxrdp/Makefile
index 65d3cf71..28c9cd1d 100644
--- a/libxrdp/Makefile
+++ b/libxrdp/Makefile
@@ -29,7 +29,6 @@ static: $(LIBXRDPOBJ)
libxrdp: $(LIBXRDPOBJ)
$(CC) $(LDFLAGS) -o libxrdp.so $(LIBXRDPOBJ) $(LIBS)
- strip libxrdp.so
clean:
rm -f $(LIBXRDPOBJ) libxrdp.a libxrdp.so