diff options
Diffstat (limited to 'src/stringprep/Makefile.in')
-rw-r--r-- | src/stringprep/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stringprep/Makefile.in b/src/stringprep/Makefile.in index 248aee69..3ac6c24d 100644 --- a/src/stringprep/Makefile.in +++ b/src/stringprep/Makefile.in @@ -16,7 +16,9 @@ else DYNAMIC_LIB_CFLAGS = -fpic -shared endif -EFLAGS = -I .. -pz .. +EFLAGS += -I .. +EFLAGS += -pz .. + # make debug=true to compile Erlang module with debug informations. ifdef debug EFLAGS+=+debug_info |