diff options
author | Ted Gould <ted@canonical.com> | 2009-09-10 15:59:38 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-10 15:59:38 -0500 |
commit | edba4f977f7ba9692e48cf40dea2466b07e967e1 (patch) | |
tree | 636957e59d0837fb6a30dd5de7230b1dc5e4332f /src/gtk-dialog/Makefile.am | |
parent | 3211a5e810fbbe830a237127092d221018f4f6a2 (diff) | |
download | ayatana-indicator-session-edba4f977f7ba9692e48cf40dea2466b07e967e1.tar.gz ayatana-indicator-session-edba4f977f7ba9692e48cf40dea2466b07e967e1.tar.bz2 ayatana-indicator-session-edba4f977f7ba9692e48cf40dea2466b07e967e1.zip |
Grabbing the icons from the indicator dir where we install them.
Diffstat (limited to 'src/gtk-dialog/Makefile.am')
-rw-r--r-- | src/gtk-dialog/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk-dialog/Makefile.am b/src/gtk-dialog/Makefile.am index 90a6209..5f2df2f 100644 --- a/src/gtk-dialog/Makefile.am +++ b/src/gtk-dialog/Makefile.am @@ -10,6 +10,6 @@ gtk_logout_helper_SOURCES = \ logout-dialog.c \ logout-dialog.h -gtk_logout_helper_CFLAGS = $(GTKLOGOUTHELPER_CFLAGS) $(GCONF_CFLAGS) -Wall -Werror +gtk_logout_helper_CFLAGS = $(GTKLOGOUTHELPER_CFLAGS) $(GCONF_CFLAGS) -Wall -Werror -DINDICATOR_ICONS_DIR="\"$(INDICATORICONSDIR)\"" gtk_logout_helper_LDADD = $(GTKLOGOUTHELPER_LIBS) $(GCONF_LIBS) |