#
# Config file for the INET framework on Linux and other Unix-like systems. 
# Not used on Windows/MSVC. 
#
# This gets included by every makefile.
# 
#
# !!! IMPORTANT !!!
# Please re-generate omnetppconfig before trying to build INET!
# The command is:  opp_makemake -f --genconfig omnetppconfig
#

# include omnetppconfig from this directory
#ROOT=$(HOME)/INET
#ROOT=/home/westerholt/diplomarbeit/source/INET
ROOT=/home/henning/diplomarbeit/source/INET
include $(ROOT)/omnetppconfig

CFLAGS+= -DWITH_IPv6 -Wall

#INCLUDE_PATH+= ...additional include directories...
#LIBS+= ...additional libs and lib directories...


