diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-03-26 03:09:44 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-03-26 03:09:44 +0800 |
commit | 1a84ef9f76056a2805a837bb45209a3746cdb521 (patch) | |
tree | d0638c70653ae50d2ec4fae814d7fd4e2353e4f6 /doc/reference/Makefile.am | |
parent | 867777faceb7b4eba5b58b4e8edb23edfeeb8287 (diff) | |
download | gsoc2013-epiphany-1a84ef9f76056a2805a837bb45209a3746cdb521.tar gsoc2013-epiphany-1a84ef9f76056a2805a837bb45209a3746cdb521.tar.gz gsoc2013-epiphany-1a84ef9f76056a2805a837bb45209a3746cdb521.tar.bz2 gsoc2013-epiphany-1a84ef9f76056a2805a837bb45209a3746cdb521.tar.lz gsoc2013-epiphany-1a84ef9f76056a2805a837bb45209a3746cdb521.tar.xz gsoc2013-epiphany-1a84ef9f76056a2805a837bb45209a3746cdb521.tar.zst gsoc2013-epiphany-1a84ef9f76056a2805a837bb45209a3746cdb521.zip |
Documented EphyEmbed
Diffstat (limited to 'doc/reference/Makefile.am')
-rw-r--r-- | doc/reference/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index c1026de81..cf981f0b6 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -1,6 +1,9 @@ ## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = 1.6 +INCLUDES = $(MOZILLA_COMPONENT_CFLAGS) \ + -include $(MOZILLA_INCLUDE_ROOT)/mozilla-config.h + # The name of the module DOC_MODULE=epiphany @@ -66,7 +69,6 @@ IGNORE_HFILES = \ ephy-download.h \ ephy-embed-dialog.h \ ephy-embed-event.h \ - ephy-embed.h \ ephy-embed-persist.h \ ephy-embed-popup-control.h \ ephy-embed-prefs.h \ |