mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
BUG 758 -- patch from jpeach@sgi.com (James Peach); fix pdma build
This commit is contained in:
parent
5a9324525a
commit
c0a38844be
@ -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…
Reference in New Issue
Block a user