diff options
Diffstat (limited to 'src/common/interface/Makefile.am')
-rw-r--r-- | src/common/interface/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/interface/Makefile.am b/src/common/interface/Makefile.am index 347e8186..7a8f641d 100644 --- a/src/common/interface/Makefile.am +++ b/src/common/interface/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = \ README \ - ClientInterface.h \ - ClientKey.h \ - Responder.h \ - EngineInterface.h + ClientInterface.hpp \ + ClientKey.hpp \ + Responder.hpp \ + EngineInterface.hpp |