wmauda: Fix compilation error
commit053c6eda24c5862333a06f78b7d5c553c7b6f129
authorCarlos R. Mafra <crmafra@gmail.com>
Sun, 12 Feb 2012 18:09:44 +0000 (12 18:09 +0000)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 12 Feb 2012 18:09:44 +0000 (12 18:09 +0000)
tree9ecd68606b161aa4a1c9246f1f95c94ffe4c712c
parentcdd7c69452bbe065291ab2873c8bda4cc24fd6a0
wmauda: Fix compilation error

On my openSUSE 12.1 I get this:

/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: wmauda.o: undefined reference to symbol 'XSetWMHints'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: note: 'XSetWMHints' is defined in DSO /usr/lib64/libX11.so.6 so try adding it to the linker command line
/usr/lib64/libX11.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

Fix it by adding -lX11 in LIBS.
wmauda-0.8/Makefile