1. diff --git a/babl/Makefile.am b/babl/Makefile.am
  2. index d5967eb..b373d73 100644
  3. --- a/babl/Makefile.am
  4. +++ b/babl/Makefile.am
  5. @@ -62,10 +62,10 @@ h_sources  =                \
  6.  
  7.  library_includedir=$(includedir)/babl-$(BABL_API_VERSION)/babl
  8.  library_include_HEADERS =      \
  9. +   babl.h            \
  10.     babl-macros.h           \
  11. -   babl-types.h                    \
  12. -   babl-version.h          \
  13. -   babl.h
  14. +   babl-types.h      \
  15. +   babl-version.h
  16.  
  17.  AM_CPPFLAGS = \
  18.     -DLIBDIR=\""$(libdir)"\"    \