summaryrefslogtreecommitdiffstats
path: root/xup
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-04-03 06:24:36 +0000
committerjsorg71 <jsorg71>2008-04-03 06:24:36 +0000
commit604a743d7d22046c1d92a4ce81110c4e6edbd8ca (patch)
treea1805c4980b348890250ea0da238d7979e152746 /xup
parent4df6aa909e1c0f8626cf1968a6e188779eef7629 (diff)
downloadxrdp-proprietary-604a743d7d22046c1d92a4ce81110c4e6edbd8ca.tar.gz
xrdp-proprietary-604a743d7d22046c1d92a4ce81110c4e6edbd8ca.zip
target fix
Diffstat (limited to 'xup')
-rw-r--r--xup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xup/Makefile b/xup/Makefile
index 3bdf3bf5..503d49b7 100644
--- a/xup/Makefile
+++ b/xup/Makefile
@@ -17,9 +17,9 @@ LDFLAGS = -shared
LIBS = -ldl
CC = gcc
-all: xup
+all: libxup.so
-xup: $(XUPOBJ)
+libxup.so: $(XUPOBJ)
$(CC) $(LDFLAGS) -o libxup.so $(XUPOBJ) $(LIBS)
clean: