diff options
Diffstat (limited to 'embed/xulrunner/utils/Makefile.am')
-rw-r--r-- | embed/xulrunner/utils/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/xulrunner/utils/Makefile.am b/embed/xulrunner/utils/Makefile.am index faeab4716..ef773f3fb 100644 --- a/embed/xulrunner/utils/Makefile.am +++ b/embed/xulrunner/utils/Makefile.am @@ -9,9 +9,14 @@ libephyxulrunnerutils_la_SOURCES = \ AutoWindowModalState.h \ EphyBadCertRejector.cpp \ EphyBadCertRejector.h \ + EphyUtils.cpp \ + EphyUtils.h \ + GeckoUtils.cpp \ + GeckoUtils.h \ $(NULL) libephyxulrunnerutils_la_CPPFLAGS = \ + -I$(top_srcdir)/embed/xulrunner/src \ $(LIBXUL_CXXCPPFLAGS) \ $(LIBXUL_INCLUDES) \ $(AM_CPPFLAGS) |