summaryrefslogtreecommitdiffstats
path: root/xorg/server/xrdpkeyb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/server/xrdpkeyb/Makefile')
-rw-r--r--xorg/server/xrdpkeyb/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/xorg/server/xrdpkeyb/Makefile b/xorg/server/xrdpkeyb/Makefile
deleted file mode 100644
index 8c81fcee..00000000
--- a/xorg/server/xrdpkeyb/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-
-OBJS = rdpKeyboard.o
-
-CFLAGS = -g -O2 -Wall -fPIC -I/usr/include/xorg -I/usr/include/pixman-1 \
--I../module -I../../../common
-
-LDFLAGS =
-
-LIBS =
-
-all: xrdpkeyb_drv.so
-
-xrdpkeyb_drv.so: $(OBJS) Makefile
- $(CC) -shared -o xrdpkeyb_drv.so $(LDFLAGS) $(OBJS) $(LIBS)
-
-clean:
- rm -f $(OBJS) xrdpkeyb_drv.so