51380525e7
Version 2.44. Source obtained from: http://ftp.de.debian.org/debian/pool/main/w/wmbattery/wmbattery_2.44.tar.gz
22 lines
473 B
Plaintext
22 lines
473 B
Plaintext
# Info for make, this will be preprocessed by autoconf.
|
|
bindir = @bindir@
|
|
exec_prefix = @exec_prefix@
|
|
icondir = @datadir@/icons/wmbattery
|
|
man1dir = @mandir@/man1
|
|
prefix = @prefix@
|
|
srcdir = @srcdir@
|
|
|
|
CC = @CC@
|
|
CFLAGS = @CFLAGS@ -Wall -DACPI_APM
|
|
CPPFLAGS = @CPPFLAGS@ -DICONDIR=\"$(icondir)\"
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|
|
|
|
#remove hal support
|
|
#USE_HAL = 1
|
|
|
|
USE_UPOWER = 1
|