From 6a8c74eb36ab93702c257f425832272cccb0cde8 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 17 Jun 2010 18:18:22 +0200 Subject: Name dynamic library correctly To simplify dynamic library usage, name the libary correctly and put it in /usr/lib/. Signed-off-by: Henrik Rydberg --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c778193..0d81f7a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 1 PATCHLEVEL = 0 EXTRAVERSION = beta1 -LIBRARY = mtdev.so +LIBRARY = libmtdev.so MODULES = src o_src = match iobuf caps core @@ -20,7 +20,7 @@ TOBJ = $(addprefix obj/,$(addsuffix .o,$(TARGETS))) OBJS = $(addprefix obj/,$(OBJECTS)) LIBS = -DLIB = usr/lib/xorg/modules +DLIB = usr/lib INCLUDE = -Iinclude OPTS = -O3 -fPIC -- cgit v1.2.3