diff src/xs_init.c @ 24:271be59be975

Lots of changes
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jun 2003 12:42:05 +0000
parents 279b1e12df2b
children 1788f4ce6a44
line wrap: on
line diff
--- a/src/xs_init.c	Sat Jun 07 12:42:05 2003 +0000
+++ b/src/xs_init.c	Sat Jun 07 12:42:05 2003 +0000
@@ -21,12 +21,13 @@
 */
 
 #include "xmms-sid.h"
+#include "xs_config.h"
 
 
 InputPlugin xs_plugin_ip = {
 	NULL,			/* FILLED BY XMMS */
 	NULL,			/* FILLED BY XMMS */
-	XMMS_SID_NAME " " VERSION,	/* Plugin description */
+	PACKAGE_STRING,		/* Plugin description */
 	xs_init,		/* Initialization */
 	xs_aboutbox,		/* Show aboutbox */
 	xs_configure,		/* Show/edit configuration */