diff options
author | Ted Gould <ted@canonical.com> | 2009-10-13 13:48:46 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-13 13:48:46 -0500 |
commit | 8f6b6e08102c61b11edacd8fb01210d3f3a541a5 (patch) | |
tree | d33f055fd5102bea4308bdce40b3a7c2c7d67ac6 /Makefile.am | |
parent | 140fda5adff2a21f9c158c941456d9e1f5765832 (diff) | |
download | ayatana-indicator-application-8f6b6e08102c61b11edacd8fb01210d3f3a541a5.tar.gz ayatana-indicator-application-8f6b6e08102c61b11edacd8fb01210d3f3a541a5.tar.bz2 ayatana-indicator-application-8f6b6e08102c61b11edacd8fb01210d3f3a541a5.zip |
Very basic.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..77e3b2c --- /dev/null +++ b/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = data \ + src + |