15 lines
409 B
Diff
15 lines
409 B
Diff
diff --git include/Makefile.am include/Makefile.am
|
|
index 2cb4070e..0f2e28b1 100644
|
|
--- include/Makefile.am
|
|
+++ include/Makefile.am
|
|
@@ -52,7 +52,8 @@ nobase_libmegainclude_HEADERS = \
|
|
mega/mega_zxcvbn.h \
|
|
mega/mega_dict-src.h \
|
|
mega/gfx/freeimage.h \
|
|
- mega/gfx/GfxProcCG.h
|
|
+ mega/gfx/GfxProcCG.h \
|
|
+ mega/mega_http_parser.h
|
|
|
|
if BUILD_MEGAAPI
|
|
nobase_libmegainclude_HEADERS += megaapi.h megaapi_impl.h
|