diff options
| author | stefan11111 <stefan11111@shitposting.expert> | 2024-02-08 21:39:56 +0200 |
|---|---|---|
| committer | stefan11111 <stefan11111@shitposting.expert> | 2024-02-08 21:39:56 +0200 |
| commit | 82accf5d8a5b2d77710f13c2302c4a50138b8748 (patch) | |
| tree | 6756d991542c756711cd8dc7d724421cc946bd74 | |
| parent | 8fd6e5c3f7ecf1b7cbe588a57962d7a18909d239 (diff) | |
| download | fake-dbus-82accf5d8a5b2d77710f13c2302c4a50138b8748.tar.gz | |
don't install other libs other that libdbus by default
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $< |
