summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-09-07 00:57:04 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-09-07 00:57:04 +0000
commitabdbe66a4cfd7cd3fb262d66a6fe16d88e3ab3ec (patch)
tree755016c7aaca381e6bb80e624d977adcffbe2356 /configure.in
parent8d1dbb40b1840a391f143346ba6fc3ad3c76fe90 (diff)
downloadnautilus-abdbe66a4cfd7cd3fb262d66a6fe16d88e3ab3ec.tar.gz
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
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