From 4fe73188e1d1acf72a346d939a86691c73bb6ebd Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 13 Sep 2007 13:09:13 +0000 Subject: Move AutoJSContextStack and AutoWindowModalState helpers to embed/xulrunner/utils instead of having two copies of it in src and embed. svn path=/trunk/; revision=7424 --- embed/xulrunner/utils/Makefile.am | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'embed/xulrunner/utils/Makefile.am') diff --git a/embed/xulrunner/utils/Makefile.am b/embed/xulrunner/utils/Makefile.am index e69de29bb..5d6fe699d 100644 --- a/embed/xulrunner/utils/Makefile.am +++ b/embed/xulrunner/utils/Makefile.am @@ -0,0 +1,32 @@ +NULL = + +noinst_LTLIBRARIES = libephyxulrunnerutils.la + +libephyxulrunnerutils_la_SOURCES = \ + AutoJSContextStack.cpp \ + AutoJSContextStack.h \ + AutoWindowModalState.cpp \ + AutoWindowModalState.h \ + $(NULL) + +libephyxulrunnerutils_la_CPPFLAGS = \ + $(LIBXUL_CXXCPPFLAGS) \ + $(LIBXUL_INCLUDES) \ + $(AM_CPPFLAGS) + +libephyxulrunnerutils_la_CXXFLAGS = \ + $(LIBXUL_CXXFLAGS) \ + $(GTK_CFLAGS) \ + $(AM_CXXFLAGS) + +libephyxulrunnerutils_la_LDFLAGS = \ + $(AM_LDFLAGS) + +libephyxulrunnerutils_la_LIBADD = \ + $(LIBXUL_LIBS) + +CLEANFILES = + $(NULL) + +EXTRA_DIST = \ + $(NULL) -- cgit v1.2.3