mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-05-25 00:43:05 +00:00
testparse.c needs util.o now.
(Logical change 1.84) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@305 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
c572772487
commit
2d0b3519c7
@ -59,7 +59,7 @@ all: testclm testamf testamf1 testamf2 testamf3 testamf4 testamf5 \
|
||||
ckptbenchth testevt testevs evsbench subscription publish evtbench
|
||||
|
||||
testparse: testparse.o $(LIBRARIES)
|
||||
$(CC) $(LDFLAGS) -o testparse testparse.o ../exec/parse.o ../exec/print.o ../exec/mempool.o
|
||||
$(CC) $(LDFLAGS) -o testparse testparse.o ../exec/parse.o ../exec/print.o ../exec/mempool.o ../exec/util.o
|
||||
|
||||
testtimer: testtimer.o $(LIBRARIES)
|
||||
$(CC) $(LDFLAGS) -o testtimer testtimer.o ../exec/timer.o
|
||||
|
Loading…
Reference in New Issue
Block a user