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/reltool | |
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/reltool')
-rw-r--r-- | lib/reltool/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reltool/test/Makefile b/lib/reltool/test/Makefile index d8a7adb837..932532d811 100644 --- a/lib/reltool/test/Makefile +++ b/lib/reltool/test/Makefile @@ -49,7 +49,7 @@ RELSYSDIR = $(RELEASE_PATH)/reltool_test # ---------------------------------------------------- # FLAGS # ---------------------------------------------------- -#ERL_COMPILE_FLAGS += +ERL_COMPILE_FLAGS += -pa $(ERL_TOP)/lib/reltool/ebin/ EBIN = . |