From 82accf5d8a5b2d77710f13c2302c4a50138b8748 Mon Sep 17 00:00:00 2001 From: stefan11111 Date: Thu, 8 Feb 2024 21:39:56 +0200 Subject: don't install other libs other that libdbus by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c73df0..918c01f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ XLDFLAGS = ${LDFLAGS} -shared -Wl LIBDIR ?= /lib64 -all: libdbus-glib-1.so.2 libdbus-1.so.3 +all: libdbus-1.so.3 .c.o: ${CC} ${XCFLAGS} -c -o $@ $< -- cgit v1.2.3