~ubuntu-branches/ubuntu/oneiric/gnome-system-tools/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Set the common directories.
# This file is included in src/common/CommonMakefile,
# in src/common/Makefile.am and in interfaces/Makefile.am

pixmapsdir = $(pkgdatadir)/pixmaps
interfacesdir = $(pkgdatadir)/ui
confdir = $(sysconfdir)/gnome-system-tools

INCLUDES = -DPIXMAPS_DIR=\""$(pixmapsdir)"\"		\
	   -DINTERFACES_DIR=\""$(interfacesdir)"\"	\
	   -DFRONTEND_DIR=\""$(frontenddir)"\"		\
	   -DDESKTOP_DATA_DIR=\""$(desktopdatadir)"\"	\
	   -DCONF_DIR=\""$(confdir)"\"