diff options
author | Ted Gould <ted@canonical.com> | 2009-02-25 14:35:56 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-25 14:35:56 -0600 |
commit | 903ce0999a565f9f16106deaf497bc8de47735f3 (patch) | |
tree | 3904688cfbdac1f4c8ccf6ff54aa71c9234c1873 /libindicate/Makefile.am | |
parent | 97133c820cf5b702de072c7382203eb38d723b71 (diff) | |
download | libayatana-indicator-903ce0999a565f9f16106deaf497bc8de47735f3.tar.gz libayatana-indicator-903ce0999a565f9f16106deaf497bc8de47735f3.tar.bz2 libayatana-indicator-903ce0999a565f9f16106deaf497bc8de47735f3.zip |
Adding back in the GIR files and some distclean improvements to get back to NULL.
Diffstat (limited to 'libindicate/Makefile.am')
-rw-r--r-- | libindicate/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index a0f3957..fdbda8a 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -101,3 +101,7 @@ Indicate-0.1.typelib: Indicate-0.1.gir --includedir=$(srcdir) Indicate-0.1.gir \ -o Indicate-0.1.typelib +DISTCLEANFILES = \ + Indicate-0.1.gir \ + Indicate-0.1.typelib + |