diff options
author | Ted Gould <ted@canonical.com> | 2009-08-03 19:10:34 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-03 19:10:34 +0100 |
commit | ecde85f57823acace986724989fa57daf43799d2 (patch) | |
tree | e8259860ebd1441df757c76afcad03a50c96a8e7 /Makefile.am | |
parent | b3d3f3de3bb73ac8cc77ed5c8bde5aeb76073af2 (diff) | |
download | libayatana-indicator-ecde85f57823acace986724989fa57daf43799d2.tar.gz libayatana-indicator-ecde85f57823acace986724989fa57daf43799d2.tar.bz2 libayatana-indicator-ecde85f57823acace986724989fa57daf43799d2.zip |
Creating a default little GTK library to move the GTK stuff in
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ac6fe90..bdd32f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ SUBDIRS = \ src \ libindicate \ + libindicate-gtk \ libindicator \ examples \ tests \ |