diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-29 06:04:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:30 -0500 |
commit | 7f0904cb1ab83a45f399b19f7a79debc0a7feac8 (patch) | |
tree | 89a102a18ad384360151573895af5fa7cef2baa5 /source4/lib | |
parent | 34da75652d30d930fe47df09d44aa92b9f4da905 (diff) | |
download | samba-7f0904cb1ab83a45f399b19f7a79debc0a7feac8.tar.gz samba-7f0904cb1ab83a45f399b19f7a79debc0a7feac8.tar.bz2 samba-7f0904cb1ab83a45f399b19f7a79debc0a7feac8.zip |
r25421: SHLIBEXT comes in via samba's config.h already
metze
(This used to be commit dcead25b29e72183d824e290a9942256c19e7770)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/config.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index d66c958fc0..a03c9fb075 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -123,12 +123,6 @@ PRIVATE_DEPENDENCIES = \ # End MODULE ldb_tdb ################################################ -./lib/ldb/common/ldb_modules.o: lib/ldb/common/ldb_modules.c Makefile - @echo Compiling $< - @$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \ - -DSHLIBEXT=\"$(SHLIBEXT)\" \ - -c $(FIRST_PREREQ) -o $@ - ./lib/ldb/common/ldb.o: lib/ldb/common/ldb.c Makefile @echo Compiling $< @$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \ |