File: Makefile.am

package info (click to toggle)
nautilus 2.8.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 36,916 kB
  • ctags: 9,355
  • sloc: ansic: 95,885; sh: 7,924; xml: 1,238; makefile: 1,096
file content (14 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EXTRA_DIST = ChangeLog

INCLUDES = \
        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" 		\
	-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\"			\
	-DG_LOG_DOMAIN=\"capplet-common\"				\
	-I$(top_srcdir)/						\
	@CAPPLET_CFLAGS@

noinst_LTLIBRARIES = libbackground.la

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