wmweather+: Remove from repository.
[dockapps.git] / wmbattery / autoconf / makeinfo.in
blobabb9ae9d2d90c3c4b8db3fcee7e5789ae7ab74c3
1 # Info for make, this will be preprocessed by autoconf.
2 bindir          = @bindir@
3 exec_prefix     = @exec_prefix@
4 icondir         = @datadir@/icons/wmbattery
5 man1dir         = @mandir@/man1
6 prefix          = @prefix@
7 srcdir          = @srcdir@
9 CC              = @CC@
10 CFLAGS          = @CFLAGS@ -Wall -DACPI_APM
11 CPPFLAGS        = @CPPFLAGS@ -DICONDIR=\"$(icondir)\"
12 INSTALL         = @INSTALL@
13 INSTALL_DATA    = @INSTALL_DATA@
14 INSTALL_PROGRAM = @INSTALL_PROGRAM@
15 LDFLAGS         = @LDFLAGS@
16 LIBS            = @LIBS@
18 #remove hal support
19 #USE_HAL                = 1
21 USE_UPOWER = 1