Ticket #18758: patch-lib-local.mk.diff
File patch-lib-local.mk.diff, 897 bytes (added by mail@…, 16 years ago) |
---|
-
lib/local.mk
old new 5 5 LIB_OBJS = aes.lo audio.lo auth.lo buffer.lo channel.lo commands.lo dns.lo esbuf.lo handlers.lo keyexchange.lo packet.lo playlist.lo puzzle.lo session.lo shn.lo sndqueue.lo util.lo xml.lo network.lo despotify.lo sha1.lo hmac.lo 6 6 7 7 CFLAGS += -Igstapp/ 8 LDFLAGS += -rpath /usr/lib8 LDFLAGS += -rpath @PREFIX@/lib 9 9 10 10 .PHONY: all clean install uninstall 11 11 … … 83 83 $(LT) --mode=clean rm -f $(LIB_OBJS) Makefile.dep 84 84 85 85 install: libdespotify.la 86 # install despotify.h /usr/include 87 $(LT) --mode=install install libdespotify.la /usr/lib/libdespotify.la 88 ldconfig -n /usr/lib 86 # install despotify.h @DESTROOT@@PREFIX@/include 87 $(LT) --mode=install install libdespotify.la @DESTROOT@@PREFIX@/lib/libdespotify.la 89 88 90 89 uninstall: 91 90 # rm -f /usr/include/despotify.h