diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-06-17 18:18:22 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-06-17 18:18:22 +0200 |
| commit | 6a8c74eb36ab93702c257f425832272cccb0cde8 (patch) | |
| tree | 03cc67d81244cea66d1ae0fd268e414271a72b95 /Makefile | |
| parent | 66e5de9eaefc33ffa6af3617f9ec7a50f10af50d (diff) | |
Name dynamic library correctly
To simplify dynamic library usage, name the libary correctly
and put it in /usr/lib/.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2,7 +2,7 @@ VERSION = 1 | |||
| 2 | PATCHLEVEL = 0 | 2 | PATCHLEVEL = 0 |
| 3 | EXTRAVERSION = beta1 | 3 | EXTRAVERSION = beta1 |
| 4 | 4 | ||
| 5 | LIBRARY = mtdev.so | 5 | LIBRARY = libmtdev.so |
| 6 | MODULES = src | 6 | MODULES = src |
| 7 | 7 | ||
| 8 | o_src = match iobuf caps core | 8 | o_src = match iobuf caps core |
| @@ -20,7 +20,7 @@ TOBJ = $(addprefix obj/,$(addsuffix .o,$(TARGETS))) | |||
| 20 | OBJS = $(addprefix obj/,$(OBJECTS)) | 20 | OBJS = $(addprefix obj/,$(OBJECTS)) |
| 21 | LIBS = | 21 | LIBS = |
| 22 | 22 | ||
| 23 | DLIB = usr/lib/xorg/modules | 23 | DLIB = usr/lib |
| 24 | 24 | ||
| 25 | INCLUDE = -Iinclude | 25 | INCLUDE = -Iinclude |
| 26 | OPTS = -O3 -fPIC | 26 | OPTS = -O3 -fPIC |
