mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 02:39:44 +00:00
Make sure './configure && make all install' work.
This commit is contained in:
parent
0437e4adbb
commit
e7afd5d165
@ -1,3 +1,7 @@
|
||||
DESTDIR=
|
||||
prefix=@prefix@
|
||||
bindir=@sbindir@
|
||||
|
||||
NACL_BASE= nacl/src
|
||||
include $(NACL_BASE)/nacl.mk
|
||||
SERVAL_BASE=
|
||||
@ -125,6 +129,9 @@ libmonitorclient.a: $(MONITORCLIENTOBJS) version.o
|
||||
@echo AR $@
|
||||
@$(AR) -cr $@ $(MONITORCLIENTOBJS) version.o
|
||||
|
||||
install: servald
|
||||
$(INSTALL) -D servald $(DESTDIR)$(sbindir)
|
||||
|
||||
clean:
|
||||
@rm -f $(OBJS) \
|
||||
tfw_createfile.o version.o \
|
||||
|
Loading…
Reference in New Issue
Block a user