diff options
Diffstat (limited to 'battstat/Makefile.am')
-rw-r--r-- | battstat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battstat/Makefile.am b/battstat/Makefile.am index 7606ab4d..ed8d852c 100644 --- a/battstat/Makefile.am +++ b/battstat/Makefile.am @@ -8,7 +8,7 @@ APMLIB = -lapm APMDIR = APMINC = else -APMLIB = apmlib/libapm.a +APMLIB = apmlib/libapm.la APMDIR = apmlib APMINC = -I$(srcdir)/apmlib/ endif |