diff options
Diffstat (limited to 'src/gtk-dialog/Makefile.am')
-rw-r--r-- | src/gtk-dialog/Makefile.am | 8 |
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 + |