mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
BUG 758 -- patch from jpeach@sgi.com (James Peach); fix pdma build
(This used to be commit c0a38844be8f1ec0bc254ab6c34688f9132a3f3d)
This commit is contained in:
parent
aa2e306a01
commit
ad49346e1a
@ -47,7 +47,9 @@ CFLAGS = $(DEBUG)
|
||||
LDOPTS =
|
||||
LDLIBS = -lpcp_pmda -lpcp
|
||||
DSOOPTS = -shared
|
||||
LDIRT = metrics.h so_locations *.log help.dir help.pag *.pmda_$(IAM).so
|
||||
LDIRT = profile.h metrics.h so_locations *.log help.dir help.pag *.pmda_$(IAM).so
|
||||
|
||||
PROFILEHEADER = ../source/include/smbprofile.h
|
||||
|
||||
INSTALL = install
|
||||
CC = cc
|
||||
@ -65,5 +67,8 @@ $(LIBTARGET): profile.h metrics.h $(CFILES)
|
||||
metrics.h: profile.h mkheader.pl
|
||||
./mkheader.pl
|
||||
|
||||
profile.h: $(PROFILEHEADER)
|
||||
ln -s $(PROFILEHEADER) $@
|
||||
|
||||
clobber clean:
|
||||
rm -f $(LDIRT) $(TARGETS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user