Changeset 2370ec2


Ignore:
Timestamp:
2011-05-12T08:28:59Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
27ad50b
Parents:
983bb66 (diff), b194fe7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from pesco (bugfix for #751).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r983bb66 r2370ec2  
    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.