File: Makefile.am

package info (click to toggle)
nautilus 2.20.0-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 33,164 kB
  • ctags: 9,503
  • sloc: ansic: 100,200; sh: 9,136; makefile: 859; xml: 521
file content (13 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
EXTRA_DIST = ChangeLog

INCLUDES = \
	-DG_LOG_DOMAIN=\"capplet-common\"				\
	-DGNOMELOCALEDIR="\"$(datadir)/locale\""			\
	-I$(top_srcdir)/						\
	@CAPPLET_CFLAGS@

noinst_LTLIBRARIES = libbackground.la

libbackground_la_SOURCES = \
	applier.c	applier.h	\
	preferences.c	preferences.h