Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
2ffc41e
for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2011-05-01T17:07:24Z (
14 years
ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
b194fe7
Parents:
69ef042
Message:
honor LDFLAGS in otr.so make rule
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r69ef042
r2ffc41e
139
139
$(OTR_PI): %.so: $(SRCDIR)%.c
140
140
@echo '*' Building plugin $@
141
@$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $
< -o $@
141
@$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $
(LDFLAGS) $
< -o $@
142
142
143
143
$(objects): %.o: $(SRCDIR)%.c
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive