diff options
author | Lukas Larsson <[email protected]> | 2012-03-23 10:49:20 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-05-02 09:51:44 +0200 |
commit | 378c651e7aab2d88cb29cccb1c0aae7ef895bb7a (patch) | |
tree | cba0999370d55e87c92c4e61009e8121d9c0d929 /lib/public_key/test | |
parent | 3378d4abca239185f4a282f5695c8dcdf9f96b76 (diff) | |
download | otp-378c651e7aab2d88cb29cccb1c0aae7ef895bb7a.tar.gz otp-378c651e7aab2d88cb29cccb1c0aae7ef895bb7a.tar.bz2 otp-378c651e7aab2d88cb29cccb1c0aae7ef895bb7a.zip |
Fix include issues in when building tests
Diffstat (limited to 'lib/public_key/test')
-rw-r--r-- | lib/public_key/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/test/Makefile b/lib/public_key/test/Makefile index b7f91981a5..397a0eb2d5 100644 --- a/lib/public_key/test/Makefile +++ b/lib/public_key/test/Makefile @@ -21,7 +21,7 @@ include $(ERL_TOP)/make/target.mk include $(ERL_TOP)/make/$(TARGET)/otp.mk -INCLUDES= -I. -I ../include +INCLUDES= -I. -I ../include -pa $(ERL_TOP)/lib/public_key/ebin # ---------------------------------------------------- # Target Specs |