Changeset 7fa5c19 for protocols/oscar/Makefile
- Timestamp:
- 2012-02-11T12:55:45Z (13 years ago)
- Branches:
- master
- Children:
- eb54f56
- Parents:
- 23445b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/Makefile
r23445b6 r7fa5c19 8 8 9 9 -include ../../Makefile.settings 10 ifdef SRCDIR11 SRCDIR := $(SRCDIR)protocols/oscar/12 CFLAGS += -I$( SRCDIR)10 ifdef _SRCDIR_ 11 _SRCDIR_ := $(_SRCDIR_)protocols/oscar/ 12 CFLAGS += -I$(_SRCDIR_) 13 13 endif 14 14 … … 37 37 $(objects): ../../Makefile.settings Makefile 38 38 39 $(objects): %.o: $( SRCDIR)%.c39 $(objects): %.o: $(_SRCDIR_)%.c 40 40 @echo '*' Compiling $< 41 41 @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset
for help on using the changeset viewer.