[monkey-bubble: 238/753] New file. New file.



commit 4f93a4f7cf7b083adfa3af043ca07612b5fa342a
Author: Martin Baulig <baulig suse de>
Date:   Mon Apr 30 12:39:38 2001 +0000

    New file. New file.
    
    2001-04-30  Martin Baulig  <baulig suse de>
    
    	* Gnome.idl: New file.
    	* Gnome_Selector.idl: New file.

 idl/.cvsignore  |    2 ++
 idl/ChangeLog   |    5 +++++
 idl/Gnome.idl   |   17 +++++++++++++++++
 idl/Makefile.am |   10 ++++++++++
 4 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/idl/.cvsignore b/idl/.cvsignore
new file mode 100644
index 0000000..3dda729
--- /dev/null
+++ b/idl/.cvsignore
@@ -0,0 +1,2 @@
+Makefile.in
+Makefile
diff --git a/idl/ChangeLog b/idl/ChangeLog
new file mode 100644
index 0000000..33ed732
--- /dev/null
+++ b/idl/ChangeLog
@@ -0,0 +1,5 @@
+2001-04-30  Martin Baulig  <baulig suse de>
+
+	* Gnome.idl: New file.
+	* Gnome_Selector.idl: New file.
+
diff --git a/idl/Gnome.idl b/idl/Gnome.idl
new file mode 100644
index 0000000..350d679
--- /dev/null
+++ b/idl/Gnome.idl
@@ -0,0 +1,17 @@
+#ifndef _GNOME_IDL_INCLUDED_
+#define _GNOME_IDL_INCLUDED_
+
+#if !defined(__GNOME_COMPILATION) && defined(__ORBIT_IDL__)
+%{
+#pragma include_defs gnome/Gnome.h
+%}
+#pragma inhibit push
+#endif
+
+#include <Gnome_Selector.idl>
+
+#if !defined(__GNOME_COMPILATION) && defined(__ORBIT_IDL__)
+#pragma inhibit pop
+#endif
+
+#endif /* _GNOME_IDL_INCLUDED_ */
diff --git a/idl/Makefile.am b/idl/Makefile.am
new file mode 100644
index 0000000..15efd21
--- /dev/null
+++ b/idl/Makefile.am
@@ -0,0 +1,10 @@
+NULL=
+
+idldir = $(datadir)/idl
+
+idl_DATA =				\
+	Gnome.idl			\
+	Gnome_Selector.idl		\
+	$(NULL)
+
+EXTRA_DIST = $(idl_DATA)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]