File: Makefile.am

package info (click to toggle)
mate-applets 1.8.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,964 kB
  • ctags: 2,090
  • sloc: ansic: 21,842; python: 1,503; makefile: 1,233; xml: 65; sh: 20
file content (18 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Makefile.am
#
# Author: Jörgen Pehrson <jp@spektr.eu.org>
# Created: Thu Jun 15 23:08:41 CEST 2000
#

AM_CPPFLAGS =					\
	-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