]> xenbits.xensource.com Git - libvirt.git/commitdiff
Move --with-driver-modules symbols into a separate sym file
authorJim Meyering <meyering@redhat.com>
Mon, 5 Jan 2009 14:06:41 +0000 (14:06 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 5 Jan 2009 14:06:41 +0000 (14:06 +0000)
* src/Makefile.am (PRIVSYMFILES): Append libvirt_driver_modules.syms.
* src/libvirt_private.syms: Move virDriverLoadModule into...
* src/libvirt_driver_modules.syms: ... this new file.
Author: John Levon

ChangeLog
src/Makefile.am
src/libvirt_driver_modules.syms [new file with mode: 0644]
src/libvirt_private.syms

index f97e4c497ee1eacd9f4028019c49691533902221..9d7ac01334d3f16588a54450878f3f99bd237b77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,11 @@ Mon Jan  5 2009 14:53:48 CET John Levon <john.levon@sun.com>
        * src/libvirt_public.syms: Renamed from src/libvirt_sym.version.in.
        * src/libvirt_debug.syms: New file.
        * src/libvirt_private.syms: New file.
+
+       Move --with-driver-modules symbols into a separate sym file
+       * src/Makefile.am (PRIVSYMFILES): Append libvirt_driver_modules.syms.
+       * src/libvirt_private.syms: Move virDriverLoadModule into...
+       * src/libvirt_driver_modules.syms: ... this new file.
        Author: John Levon
 
 Mon Jan  5 14:22:06 CET 2009 Jim Meyering <meyering@redhat.com>
index 984c12a80226bc56c65fb1bfc10724ff084e094d..29b4df66eace7ffe41372dfc851793cc82017cd1 100644 (file)
@@ -415,6 +415,10 @@ if ENABLE_DEBUG
 PRIVSYMFILES += libvirt_debug.syms
 endif
 
+if WITH_DRIVER_MODULES
+PRIVSYMFILES += libvirt_driver_modules.syms
+endif
+
 EXTRA_DIST += libvirt_public.syms $(PRIVSYMFILES)
 
 libvirt.syms: libvirt_public.syms $(PRIVSYMFILES)
diff --git a/src/libvirt_driver_modules.syms b/src/libvirt_driver_modules.syms
new file mode 100644 (file)
index 0000000..ce8d9b8
--- /dev/null
@@ -0,0 +1,7 @@
+#
+# These symbols are dependent upon --with-driver-modules.
+#
+
+
+# driver.h
+virDriverLoadModule;
index fb7b5f9af0162dda5b776fa23923f8afb7c853a5..6f3cd672f63f76799db8991b22f4323a98145d75 100644 (file)
@@ -131,10 +131,6 @@ virDomainEventDispatch;
 virDomainEventQueueDispatch;
 
 
-# driver.h
-virDriverLoadModule;
-
-
 # event.h
 virEventAddHandle;
 virEventAddTimeout;