# 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)"\"