diff options
author | Ted Gould <ted@canonical.com> | 2008-11-24 22:32:57 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-11-24 22:32:57 -0600 |
commit | f45883312746b395935a3756fe04abe1459a8dd8 (patch) | |
tree | bab7fcea762f817754d0621683260e0cb90e079d /data/Makefile.am | |
parent | e23753e30197f082671295a8a0db60a871c0edd1 (diff) | |
download | libayatana-indicator-f45883312746b395935a3756fe04abe1459a8dd8.tar.gz libayatana-indicator-f45883312746b395935a3756fe04abe1459a8dd8.tar.bz2 libayatana-indicator-f45883312746b395935a3756fe04abe1459a8dd8.zip |
Adding in the infrastructure to have icons in the build. Only a dummy icon for now, but it's there and ready for some friends.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 7fc4a6f..66c576f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,5 +1,7 @@ # This file will be processed with automake to create Makefile.in +SUBDIRS = icons + ############################## # Bonobo .server ############################## |