summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@ $<