From abdbe66a4cfd7cd3fb262d66a6fe16d88e3ab3ec Mon Sep 17 00:00:00 2001 From: Maciej Stachowiak Date: Thu, 7 Sep 2000 00:57:04 +0000 Subject: New IDL interface for the special adapter component that will be used to * libnautilus-adapter/nautilus-adapter-factory.idl: New IDL interface for the special adapter component that will be used to wrap ordinary Bonobo components to look like Nautilus::Views as part of the solution to bugzilla.eazel.com #1994. * libnautilus-adapter/Makefile.am: Build a library containing the stubs and sekeletons. * libnautilus/nautilus-view-component.idl: Some changes so this IDL file can be included in others safely. * libnautilus/Makefile.am: Made necessary build adjustments for the above. * configure.in, Makefile.am: add libnautilus-adapter directory to build. --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index bd7dffee3..4b574f6ee 100644 --- a/configure.in +++ b/configure.in @@ -280,6 +280,11 @@ AC_SUBST(BONOBO_PRINT_CFLAGS) AC_SUBST(BONOBO_PRINT_LIBS) AC_SUBST(VFS_CFLAGS) AC_SUBST(VFS_LIBS) + +IDL_CFLAGS="${IDL_CFLAGS} -I\$(top_srcdir) -I\$(top_builddir)" + +echo "IDL_CFLAGS: $IDL_CFLAGS" + AC_SUBST(IDL_CFLAGS) AM_PATH_OAF(0.3.0) @@ -504,6 +509,7 @@ cut-n-paste-code/widgets/e-paned/Makefile cut-n-paste-code/freetype/Makefile librsvg/Makefile libnautilus/Makefile +libnautilus-adapter/Makefile libnautilus-extensions/Makefile src/Makefile src/file-manager/Makefile -- cgit v1.2.1