added ifconfig to samples Makefile

This commit is contained in:
aleks-f 2012-12-14 15:30:24 -06:00
parent 0b0e293b96
commit 1ea4b41dad
2 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,7 @@ ThreadImpl::ThreadImpl():
{
}
ThreadImpl::~ThreadImpl()
{
if (_thread) CloseHandle(_thread);

View File

@ -22,3 +22,4 @@ projects:
$(MAKE) -C TwitterClient $(MAKECMDGOALS)
$(MAKE) -C WebSocketServer $(MAKECMDGOALS)
$(MAKE) -C SMTPLogger $(MAKECMDGOALS)
$(MAKE) -C ifconfig $(MAKECMDGOALS)