Changeset 2ffc41e for Makefile


Ignore:
Timestamp:
2011-05-01T17:07:24Z (13 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
b194fe7
Parents:
69ef042
Message:

honor LDFLAGS in otr.so make rule

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r69ef042 r2ffc41e  
    139139$(OTR_PI): %.so: $(SRCDIR)%.c
    140140        @echo '*' Building plugin $@
    141         @$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $< -o $@
     141        @$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $(LDFLAGS) $< -o $@
    142142
    143143$(objects): %.o: $(SRCDIR)%.c
Note: See TracChangeset for help on using the changeset viewer.