X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=Makefile;h=3dede74d94b5b5950732874430b09a5fc8e3510b;hp=9eea11ed93775d1b02215240d38249b2e89c54d8;hb=0ac4fd1d17dce32e2ee028f563ff48ff16e24275;hpb=aa4868db67219d83d810dfea9f04874c9cc2b7d5 diff --git a/Makefile b/Makefile index 9eea11e..3dede74 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ CFLAGS+= -Wno-unused-variable -Wno-unused-parameter # -Wno-comment .endif PREFIX?= /usr/local -BINDIR= $(PREFIX)/libexec +BINDIR= $(PREFIX)/libexec/systemd SYSCONFDIR?= /etc INSTALL_PROGRAM= install -c -s -o root -g bin -m 555 @@ -34,7 +34,6 @@ LINKHN= bin/systemd-hostnamed \ DBUS_SERVICES= org.freedesktop.hostname1.service \ org.freedesktop.locale1.service \ - org.freedesktop.login1.service \ org.freedesktop.timedate1.service GLIBEF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0 polkit-agent-1` @@ -79,7 +78,7 @@ _build_genfile_objs: _generate_genfiles _build_auth_obj $(CC) -o bin/obj/logind-gen.o $(CFLAGS) $(GLIBOF) -c $(INTFDIR)/logind/logind-gen.c _build_auth_obj: - $(CC) -o bin/obj/polkit-auth.o $(CFLAGS) $(GLIBOF) -c $(SRCDIR)/polkit-auth.c + $(CC) -o bin/obj/polkit-auth.o $(CFLAGS) $(GLIBOF) -c $(SRCDIR)/util.c _generate_genfiles: $(INVOKE_GENFILE_SCRIPT) hostnamed