diff options
author | Ted Gould <ted@canonical.com> | 2009-07-21 15:56:01 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-07-21 15:56:01 -0500 |
commit | 96ca29c44edb5a8b92339d8be7b8b9189cc8863b (patch) | |
tree | c7a0e8c1c59d90516c929726b220f82ed33dddd4 /src/Makefile.am | |
parent | 9ac0cedfc49dc8e1b89bf24ac0964cff0195437e (diff) | |
download | ayatana-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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b681b5b..cf18aaa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,4 @@ +SUBDIRS = gtk-dialog libexec_PROGRAMS = indicator-status-service indicator-users-service indicator-session-service |