diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-14 04:35:29 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-14 04:35:29 +0800 |
commit | c7751489980a228c7b0270fcec2823b030d2ac77 (patch) | |
tree | f917652803a9982032923d51fe46873ce8127163 /embed/xulrunner/utils/Makefile.am | |
parent | aa53ef8dd2c8174a2428b2aa360c8dd0e045543e (diff) | |
download | gsoc2013-epiphany-c7751489980a228c7b0270fcec2823b030d2ac77.tar gsoc2013-epiphany-c7751489980a228c7b0270fcec2823b030d2ac77.tar.gz gsoc2013-epiphany-c7751489980a228c7b0270fcec2823b030d2ac77.tar.bz2 gsoc2013-epiphany-c7751489980a228c7b0270fcec2823b030d2ac77.tar.lz gsoc2013-epiphany-c7751489980a228c7b0270fcec2823b030d2ac77.tar.xz gsoc2013-epiphany-c7751489980a228c7b0270fcec2823b030d2ac77.tar.zst gsoc2013-epiphany-c7751489980a228c7b0270fcec2823b030d2ac77.zip |
Move components from embed/ to components/ and fix the build.
svn path=/trunk/; revision=7431
Diffstat (limited to 'embed/xulrunner/utils/Makefile.am')
-rw-r--r-- | embed/xulrunner/utils/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/embed/xulrunner/utils/Makefile.am b/embed/xulrunner/utils/Makefile.am index 5d6fe699d..faeab4716 100644 --- a/embed/xulrunner/utils/Makefile.am +++ b/embed/xulrunner/utils/Makefile.am @@ -3,10 +3,12 @@ NULL = noinst_LTLIBRARIES = libephyxulrunnerutils.la libephyxulrunnerutils_la_SOURCES = \ - AutoJSContextStack.cpp \ - AutoJSContextStack.h \ - AutoWindowModalState.cpp \ - AutoWindowModalState.h \ + AutoJSContextStack.cpp \ + AutoJSContextStack.h \ + AutoWindowModalState.cpp \ + AutoWindowModalState.h \ + EphyBadCertRejector.cpp \ + EphyBadCertRejector.h \ $(NULL) libephyxulrunnerutils_la_CPPFLAGS = \ |