aboutsummaryrefslogtreecommitdiff
path: root/src/gtk-dialog/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-07-21 15:56:01 -0500
committerTed Gould <ted@canonical.com>2009-07-21 15:56:01 -0500
commit96ca29c44edb5a8b92339d8be7b8b9189cc8863b (patch)
treec7a0e8c1c59d90516c929726b220f82ed33dddd4 /src/gtk-dialog/Makefile.am
parent9ac0cedfc49dc8e1b89bf24ac0964cff0195437e (diff)
downloadayatana-indicator-session-96ca29c44edb5a8b92339d8be7b8b9189cc8863b.tar.gz
ayatana-indicator-session-96ca29c44edb5a8b92339d8be7b8b9189cc8863b.tar.bz2
ayatana-indicator-session-96ca29c44edb5a8b92339d8be7b8b9189cc8863b.zip
Building a little dialog. Now it's kinda linked into the build system.
Diffstat (limited to 'src/gtk-dialog/Makefile.am')
-rw-r--r--src/gtk-dialog/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gtk-dialog/Makefile.am b/src/gtk-dialog/Makefile.am
new file mode 100644
index 0000000..20e3d83
--- /dev/null
+++ b/src/gtk-dialog/Makefile.am
@@ -0,0 +1,8 @@
+
+libexec_PROGRAMS = gtk-logout-helper
+
+gtk_logout_helper_SOURCES = \
+ gtk-logout-helper.c \
+ logout-dialog.c \
+ logout-dialog.h
+