diff options
author | Micael Karlberg <[email protected]> | 2013-10-09 12:01:26 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-10-09 12:01:26 +0200 |
commit | 7c65cac86c44c5f01d2d4fb9e24509e8cdbda313 (patch) | |
tree | 0d44e47227fb77533901e2e50dbf5c8173f609ab /lib/snmp/src/app | |
parent | 832e4112fc2d43face974333660f6c99ba5d686e (diff) | |
download | otp-7c65cac86c44c5f01d2d4fb9e24509e8cdbda313.tar.gz otp-7c65cac86c44c5f01d2d4fb9e24509e8cdbda313.tar.bz2 otp-7c65cac86c44c5f01d2d4fb9e24509e8cdbda313.zip |
{snmp] Fixed include depend
Diffstat (limited to 'lib/snmp/src/app')
-rw-r--r-- | lib/snmp/src/app/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/snmp/src/app/Makefile b/lib/snmp/src/app/Makefile index 716add8b9e..b8cc4b8754 100644 --- a/lib/snmp/src/app/Makefile +++ b/lib/snmp/src/app/Makefile @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2003-2012. All Rights Reserved. +# Copyright Ericsson AB 2003-2013. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -79,6 +79,8 @@ endif # FLAGS # ---------------------------------------------------- +ERL_COMPILE_FLAGS += -pa $(ERL_TOP)/lib/snmp/ebin + ifeq ($(WARN_UNUSED_VARS),true) ERL_COMPILE_FLAGS += +warn_unused_vars endif |