diff --git a/CMakeLists.txt b/CMakeLists.txt
index cdae2bc..8a9c9f9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,6 +86,8 @@ else()
         set(LIBRAGEPHOTO_API LIBRAGEPHOTO_CXX_C)
         list(APPEND RAGEPHOTO_HEADERS
             src/RagePhoto.h
+            src/RagePhotoA
+            src/RagePhotoA.hpp
         )
     else()
         set(LIBRAGEPHOTO_API LIBRAGEPHOTO_CXX_ONLY)
diff --git a/README.md b/README.md
index 52132da..99a4995 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ sudo cmake --install libragephoto-build
 
 #### RagePhoto API
 
-[RagePhoto C API](https://libragephoto.syping.de/doc/RagePhotoC_8h.html)  
+[RagePhoto C API](https://libragephoto.syping.de/doc/RagePhoto_8h.html)  
 [RagePhoto C++ API](https://libragephoto.syping.de/doc/classRagePhoto.html)
 
 #### libragephoto Documentation