diff options
author | Xan Lopez <xan@gnome.org> | 2009-09-20 05:16:39 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-09-20 05:16:39 +0800 |
commit | 22d4e0268235ac39cba52671d63a473ea733b872 (patch) | |
tree | 9b6f71b02fd8d2a76b2983f8bd9e1e7a16fcc7f2 /src | |
parent | a3daa2e644fab1569a929035a26b13d01d7b7c4f (diff) | |
download | gsoc2013-epiphany-22d4e0268235ac39cba52671d63a473ea733b872.tar gsoc2013-epiphany-22d4e0268235ac39cba52671d63a473ea733b872.tar.gz gsoc2013-epiphany-22d4e0268235ac39cba52671d63a473ea733b872.tar.bz2 gsoc2013-epiphany-22d4e0268235ac39cba52671d63a473ea733b872.tar.lz gsoc2013-epiphany-22d4e0268235ac39cba52671d63a473ea733b872.tar.xz gsoc2013-epiphany-22d4e0268235ac39cba52671d63a473ea733b872.tar.zst gsoc2013-epiphany-22d4e0268235ac39cba52671d63a473ea733b872.zip |
src/Makefile.am: add missing include
Diffstat (limited to 'src')
-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 1b48bb924..456d63b28 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -283,6 +283,7 @@ MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES) if ENABLE_INTROSPECTION EPHY_GIR_H_FILES = \ $(top_srcdir)/embed/ephy-embed.h \ + $(top_srcdir)/embed/ephy-embed-container.h \ $(top_srcdir)/embed/ephy-embed-event.h \ $(top_srcdir)/embed/ephy-embed-persist.h \ $(top_srcdir)/embed/ephy-embed-shell.h \ |