diff options
author | Ted Gould <ted@canonical.com> | 2009-10-13 15:48:42 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-13 15:48:42 -0500 |
commit | e265e46176c6c8633849b3a5d65b7f86bda47318 (patch) | |
tree | 3d3f461747a9626556cc6b2e11d280f7f1fa3c77 /Makefile.am | |
parent | 140fda5adff2a21f9c158c941456d9e1f5765832 (diff) | |
parent | fb328a435358e26c1f2779e2bf07ddb05b60e93e (diff) | |
download | libayatana-appindicator-e265e46176c6c8633849b3a5d65b7f86bda47318.tar.gz libayatana-appindicator-e265e46176c6c8633849b3a5d65b7f86bda47318.tar.bz2 libayatana-appindicator-e265e46176c6c8633849b3a5d65b7f86bda47318.zip |
A basical build system and basic files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..1d1ff09 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = data \ + src + +DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |