diff options
author | jsorg71 <jsorg71> | 2008-04-03 06:24:36 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-04-03 06:24:36 +0000 |
commit | 604a743d7d22046c1d92a4ce81110c4e6edbd8ca (patch) | |
tree | a1805c4980b348890250ea0da238d7979e152746 /xup | |
parent | 4df6aa909e1c0f8626cf1968a6e188779eef7629 (diff) | |
download | xrdp-proprietary-604a743d7d22046c1d92a4ce81110c4e6edbd8ca.tar.gz xrdp-proprietary-604a743d7d22046c1d92a4ce81110c4e6edbd8ca.zip |
target fix
Diffstat (limited to 'xup')
-rw-r--r-- | xup/Makefile | 4 |
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: |