Changeset b2b7f52 for Makefile


Ignore:
Timestamp:
2013-03-01T10:28:44Z (12 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
ed3ff43
Parents:
36f6ab3
Message:

#978 fix Mac build of the Skype plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r36f6ab3 rb2b7f52  
    170170$(SKYPE_PI): $(_SRCDIR_)protocols/skype/skype.c
    171171        @echo '*' Building plugin skype
    172         @$(CC) $(CFLAGS) -fPIC -shared $< -o $@
     172        @$(CC) $(CFLAGS) $(SKYPEFLAGS) $< -o $@
    173173
    174174$(objects): %.o: $(_SRCDIR_)%.c
Note: See TracChangeset for help on using the changeset viewer.