wmusic: Remove version.h header file; use autoconf's PACKAGE_STRING instead
This commit is contained in:
parent
a28f29d147
commit
2f2b84548d
|
@ -1 +0,0 @@
|
|||
#define VERSION "@PACKAGE@ @VERSION@"
|
|
@ -30,7 +30,6 @@
|
|||
#include <locale.h>
|
||||
#include <xmms/xmmsctrl.h>
|
||||
|
||||
#include "version.h"
|
||||
#include "wmusic-master.xpm"
|
||||
#include "wmusic-digits.xpm"
|
||||
|
||||
|
@ -710,7 +709,7 @@ int main(int argc, char **argv)
|
|||
DAParseArguments(argc, argv, options,
|
||||
sizeof(options)/sizeof(DAProgramOption),
|
||||
"XMMS remote control by Bastien Nocera <hadess@hadess.net>",
|
||||
VERSION);
|
||||
PACKAGE_STRING);
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
DAInitialize(displayName, "wmusic", 64, 64, argc, argv);
|
||||
|
|
Loading…
Reference in a new issue