X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=Makefile.in;h=f5da6c6e7303152b0f2e0ae6bae017b6be39197b;hb=16cc6754518810374f4b486f26646375c4fab12e;hp=5a2de437e1ef62101b26fba16d1b7680a1fc5e37;hpb=c59d0e9dca008914d5498985e5d2f8611b82fe04;p=cubemap diff --git a/Makefile.in b/Makefile.in index 5a2de43..f5da6c6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,7 +7,7 @@ CXXFLAGS=-Wall @CXXFLAGS@ @protobuf_CFLAGS@ @libsystemd_CFLAGS@ LDFLAGS=@LDFLAGS@ LIBS=@LIBS@ @protobuf_LIBS@ @libsystemd_LIBS@ -OBJS=main.o client.o server.o stream.o udpstream.o serverpool.o mutexlock.o input.o input_stats.o httpinput.o udpinput.o parse.o config.o acceptor.o stats.o accesslog.o thread.o util.o log.o metacube2.o sa_compare.o state.pb.o +OBJS=main.o client.o server.o stream.o udpstream.o serverpool.o mutexlock.o input.o input_stats.o httpinput.o udpinput.o parse.o config.o acceptor.o stats.o accesslog.o thread.o util.o log.o metacube2.o sa_compare.o timespec.o state.pb.o all: cubemap @@ -38,14 +38,14 @@ install: $(DESTDIR)$(LOCALSTATEDIR)/lib/cubemap \ $(DESTDIR)$(LOCALSTATEDIR)/log/cubemap \ $(DESTDIR)$(PREFIX)/share/munin/plugins \ - $(DESTDIR)$(PREFIX)/lib/systemd/system + $(DESTDIR)/lib/systemd/system $(INSTALL) -m 755 -o root -g root cubemap $(DESTDIR)$(PREFIX)/bin/cubemap $(INSTALL) -m 755 -o root -g root munin/cubemap munin/cubemap_input $(DESTDIR)$(PREFIX)/share/munin/plugins/ gzip -c cubemap.1 > $(DESTDIR)$(PREFIX)/share/man/man1/cubemap.1.gz sed \ -e "s,@prefix[@],$(PREFIX),g" \ -e "s,@sysconfdir[@],$(SYSCONFDIR),g" \ - cubemap.service.in > $(DESTDIR)$(PREFIX)/lib/systemd/system/cubemap.service + cubemap.service.in > $(DESTDIR)/lib/systemd/system/cubemap.service # Make sure we don't overwrite an existing configuration. test ! -f $(DESTDIR)$(SYSCONFDIR)/cubemap.config sed \