Install DaMon and Probe by default

This commit is contained in:
Pierre Pronchery 2010-04-15 15:15:26 +00:00
parent 4516a1848e
commit 57c47fd0f6
2 changed files with 8 additions and 0 deletions

View File

@ -47,7 +47,13 @@ distclean: clean
$(RM) $(TARGETS)
install: all
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 Probe $(DESTDIR)$(BINDIR)/Probe
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 DaMon $(DESTDIR)$(BINDIR)/DaMon
uninstall:
$(RM) $(DESTDIR)$(BINDIR)/Probe
$(RM) $(DESTDIR)$(BINDIR)/DaMon
.PHONY: all clean distclean install uninstall

View File

@ -15,10 +15,12 @@ depends=../data/Probe.interface
type=binary
sources=probe.c
ldflags=-Wl,--export-dynamic
install=$(BINDIR)
[DaMon]
type=binary
sources=damon.c
install=$(BINDIR)
[damon.c]
depends=../config.h