diff options
author | Micael Karlberg <[email protected]> | 2011-04-15 15:23:42 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-04-15 15:23:42 +0200 |
commit | f404041f4ce1a94c5784fb2c39b2d5624d58f624 (patch) | |
tree | dc25c320aec2a8a6a03ff2d2000357f3b7904e35 /lib/snmp/test/Makefile | |
parent | 0dd3ff7f7e7c15e912645b1d4cc42fcef25ee29d (diff) | |
parent | 8bf62843795deb64ccc0abcb11c35adc32b4a6a6 (diff) | |
download | otp-f404041f4ce1a94c5784fb2c39b2d5624d58f624.tar.gz otp-f404041f4ce1a94c5784fb2c39b2d5624d58f624.tar.bz2 otp-f404041f4ce1a94c5784fb2c39b2d5624d58f624.zip |
Merge branch 'bmk/snmp/manager/request_override_options' into bmk/snmp/snmp420_integration
Conflicts:
lib/snmp/src/app/snmp.appup.src
OTP-9162
Diffstat (limited to 'lib/snmp/test/Makefile')
-rw-r--r-- | lib/snmp/test/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/snmp/test/Makefile b/lib/snmp/test/Makefile index b7975024b4..0e9c73081d 100644 --- a/lib/snmp/test/Makefile +++ b/lib/snmp/test/Makefile @@ -145,9 +145,12 @@ endif # ---------------------------------------------------- EBIN = . -ERL_COMPILE_FLAGS += -I../src \ +ERL_COMPILE_FLAGS += -I../../snmp/src/app \ + -I../../snmp/src/misc \ + -I../../snmp/src/agent \ + -I../../snmp/src/manager \ -I$(ERL_TOP)/lib/test_server/include \ - -I../include \ + -I../../snmp/include \ -Dsnmp_test_data=snmp_test_data \ -Dversion=\"$(VSN)$(PRE_VSN)\" \ +'{parse_transform,sys_pre_attributes}' \ |