* 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
* 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>
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)
--- /dev/null
+#
+# These symbols are dependent upon --with-driver-modules.
+#
+
+
+# driver.h
+virDriverLoadModule;
virDomainEventQueueDispatch;
-# driver.h
-virDriverLoadModule;
-
-
# event.h
virEventAddHandle;
virEventAddTimeout;