Changeset b2b7f52
- Timestamp:
- 2013-03-01T10:28:44Z (12 years ago)
- Branches:
- master
- Children:
- ed3ff43
- Parents:
- 36f6ab3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r36f6ab3 rb2b7f52 170 170 $(SKYPE_PI): $(_SRCDIR_)protocols/skype/skype.c 171 171 @echo '*' Building plugin skype 172 @$(CC) $(CFLAGS) -fPIC -shared$< -o $@172 @$(CC) $(CFLAGS) $(SKYPEFLAGS) $< -o $@ 173 173 174 174 $(objects): %.o: $(_SRCDIR_)%.c -
configure
r36f6ab3 rb2b7f52 548 548 549 549 if [ "$skype" = "1" -o "$skype" = "plugin" ]; then 550 if [ "$arch" = "Darwin" ]; then 551 echo "SKYPEFLAGS=-dynamiclib -undefined dynamic_lookup" >> Makefile.settings 552 else 553 echo "SKYPEFLAGS=-fPIC -shared" >> Makefile.settings 554 fi 550 555 echo 'SKYPE_PI=skype.so' >> Makefile.settings 551 556 protocols_mods="$protocol_mods skype(plugin)"
Note: See TracChangeset
for help on using the changeset viewer.