diff options
Diffstat (limited to 'battstat/apmlib')
-rw-r--r-- | battstat/apmlib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battstat/apmlib/Makefile.am b/battstat/apmlib/Makefile.am index cdffe253..b5f5f33a 100644 --- a/battstat/apmlib/Makefile.am +++ b/battstat/apmlib/Makefile.am @@ -10,9 +10,9 @@ AM_CPPFLAGS = \ $(MATE_APPLETS_CFLAGS) \ -DG_LOG_DOMAIN=\"battstat_applet\" -noinst_LIBRARIES = libapm.a +noinst_LTLIBRARIES = libapm.la -libapm_a_SOURCES = apmlib.c apm.h +libapm_la_SOURCES = apmlib.c apm.h -include $(top_srcdir)/git.mk |