Ticket #23770: patch-Makefile.in.diff

File patch-Makefile.in.diff, 959 bytes (added by tomldavis@…, 14 years ago)
  • Makefile.in

    old new  
    33CFLAGS += -I. -fvisibility=hidden -DIGUANAIR_EXPORTS
    44LINKARGS = -Wl,-soname=$(LIBNAME),--version-script=$(srcdir)/ig.ver
    55ifeq ($(shell uname -s),Darwin)
    6   LINKARGS = -Wl,-dylib_current_version,1.0.0,-dylib_compatibility_version,1.0.0
     6  LINKARGS = -Wl,-dylib_current_version,1.0.0,-dylib_compatibility_version,1.0.0 \
     7                -install_name $(prefix)/$(LIBDIR)/$(LIBNAME)
    78endif
    89
    910.PHONY: all drivers
     
    1920igdaemon: daemon.o client-interface.o device-interface.o driver.o \
    2021          list.o protocol-versions.o pipes.o dataPackets.o compat.o \
    2122          support.c $(OSSUPPORT)
    22         $(CC) -Wl,-export-dynamic $(CPPFLAGS) $(CFLAGS) -DSUPPORT_EXPORTS \
     23        $(CC) $(CPPFLAGS) $(CFLAGS) -DSUPPORT_EXPORTS \
    2324              $(LDFLAGS) $^ -lpopt -lusb -lpthread -ldl $(LIBNAME) -o $@
    2425
    2526igclient: client.o list.o support.o compat.o