diff options
author | Lauri Leukkunen <lle@rahina.org> | 2006-08-24 13:35:19 +0300 |
---|---|---|
committer | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2006-08-24 13:35:19 +0300 |
commit | bcbf5b67a013180c9bbccff31e8e20ec098d4c28 (patch) | |
tree | 17161f3b78c85150aff08fcc3cce7e39e2966a76 /preload | |
parent | 524fba6cf5a32192cc3362b74a8bacc80e3adfd0 (diff) |
* ll-build change from using subdirs variable to listing
sub-directories in obj-default
Diffstat (limited to 'preload')
-rw-r--r-- | preload/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/preload/Makefile b/preload/Makefile index 1489b2a..b079a3b 100644 --- a/preload/Makefile +++ b/preload/Makefile @@ -2,8 +2,7 @@ CFLAGS += -Wall -W -fPIC LIBS = -ldl -lm export CFLAGS -subdirs = ../lua -obj-default = libsb2.o libsb_env.o sb_alien.o +obj-default = ../lua libsb2.o libsb_env.o sb_alien.o extra_targets = libsb2.so |