diff options
Diffstat (limited to 'battstat/apmlib/Makefile.am')
-rw-r--r-- | battstat/apmlib/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/battstat/apmlib/Makefile.am b/battstat/apmlib/Makefile.am new file mode 100644 index 00000000..ed10b6d7 --- /dev/null +++ b/battstat/apmlib/Makefile.am @@ -0,0 +1,18 @@ +# Makefile.am +# +# Author: J�rgen Pehrson <[email protected]> +# Created: Thu Jun 15 23:08:41 CEST 2000 +# + +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/apmlib \ + $(MATE_APPLETS_CFLAGS) \ + -DG_LOG_DOMAIN=\"battstat_applet\" + +noinst_LIBRARIES = libapm.a + +libapm_a_SOURCES = apmlib.c apm.h + + +-include $(top_srcdir)/git.mk |