X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=Makefile.in;h=f5da6c6e7303152b0f2e0ae6bae017b6be39197b;hp=5a2de437e1ef62101b26fba16d1b7680a1fc5e37;hb=6544fa0ec3f3a501bcb89ea977756911bd7f3ebd;hpb=c59d0e9dca008914d5498985e5d2f8611b82fe04 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 \