Home | History | Annotate | Download | only in Server
      1 # =============================================================================
      2 #
      3 # MC driver server files
      4 #
      5 # =============================================================================
      6 
      7 # This is not a separate module.
      8 # Only for inclusion by other modules.
      9 
     10 SERVER_PATH := Daemon/Server
     11 
     12 # Add new folders with header files here
     13 LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(SERVER_PATH)/public
     14 
     15 # Add new source files here
     16 LOCAL_SRC_FILES += $(SERVER_PATH)/Server.cpp \
     17 		$(SERVER_PATH)/NetlinkServer.cpp
     18