diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-08-11 13:54:26 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-08-11 13:54:26 -0400 |
commit | 2c53acea0bc474fb46310384da5df0b32a675181 (patch) | |
tree | 579ec6488aa7d2777de9d04bc18035df417214cd /src/Makefile.am | |
parent | 0e8afe87eca795be9e820ad73aed31deb1c0bf62 (diff) |
[src/Makefile.am] Include missing header file
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2c8a0d0e..24694fc5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,6 +65,7 @@ cairo_base_sources = \ cairo-surface-private.h \ cairo-traps.c \ cairo-user-font.c \ + cairo-user-font-private.h \ cairo-unicode.c \ cairo-output-stream.c \ cairo-output-stream-private.h \ |