diff options
author | kremlin <ian@kremlin.cc> | 2014-08-16 02:11:08 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-08-16 02:11:08 +0800 |
commit | eb78abe998a0ee15d66350455629c0aac1d3af71 (patch) | |
tree | b1f59ae19f1fb01affab0ebbc71f790fc991abff /Makefile | |
parent | 4a537080c283b57479600b804a2bc1a98c51a64d (diff) | |
download | systembsd-eb78abe998a0ee15d66350455629c0aac1d3af71.tar systembsd-eb78abe998a0ee15d66350455629c0aac1d3af71.tar.gz systembsd-eb78abe998a0ee15d66350455629c0aac1d3af71.tar.bz2 systembsd-eb78abe998a0ee15d66350455629c0aac1d3af71.tar.lz systembsd-eb78abe998a0ee15d66350455629c0aac1d3af71.tar.xz systembsd-eb78abe998a0ee15d66350455629c0aac1d3af71.tar.zst systembsd-eb78abe998a0ee15d66350455629c0aac1d3af71.zip |
include polkit.h in all interfaces, edit makefile accordingly
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ DEBUGF=-O0 -g LINKGN=bin/obj/hostnamed-gen.o bin/obj/localed-gen.o bin/obj/timedated-gen.o bin/obj/logind-gen.o LINKHN=bin/systemd-hostnamed bin/systemd-localed bin/systemd-timedated bin/systemd-logind -GLIBEF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0` -GLIBOF=`pkg-config --cflags glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0` +GLIBEF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0 polkit-agent-1` +GLIBOF=`pkg-config --cflags glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0 polkit-agent-1` SANITY=-Wno-unused-variable -Wno-unused-parameter # -Wno-comment |