Moved project-conf.h

This commit is contained in:
adamdunkels 2010-11-03 15:46:41 +00:00
parent 9750eb93bf
commit 1bf044f2c4
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ UIP_CONF_IPV6=1
APPS += webserver webbrowser
CFLAGS += -DPROJECT_CONF_H=\"project-rpl-web-conf.h\"
CFLAGS += -DPROJECT_CONF_H=1
CONTIKI_SOURCEFILES += wget.c
PROJECTDIRS += ../rpl-border-router
PROJECT_SOURCEFILES += httpd-simple.c

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: project-rpl-web-conf.h,v 1.1 2010/05/09 12:56:48 nifi Exp $
* $Id: project-conf.h,v 1.1 2010/11/03 15:46:41 adamdunkels Exp $
*/
#ifndef __PROJECT_RPL_WEB_CONF_H__