diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-08 05:52:52 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-08 05:52:52 +0800 |
commit | fcc5b2c4cb190b47180bd4359f15e59fe41a99fd (patch) | |
tree | 4592f40a9b385d078a738ee6979f70128206dd68 /Makefile.am | |
parent | 1f545ca03b769815e6e1da4cb180c5028d69d827 (diff) | |
download | gsoc2013-epiphany-fcc5b2c4cb190b47180bd4359f15e59fe41a99fd.tar gsoc2013-epiphany-fcc5b2c4cb190b47180bd4359f15e59fe41a99fd.tar.gz gsoc2013-epiphany-fcc5b2c4cb190b47180bd4359f15e59fe41a99fd.tar.bz2 gsoc2013-epiphany-fcc5b2c4cb190b47180bd4359f15e59fe41a99fd.tar.lz gsoc2013-epiphany-fcc5b2c4cb190b47180bd4359f15e59fe41a99fd.tar.xz gsoc2013-epiphany-fcc5b2c4cb190b47180bd4359f15e59fe41a99fd.tar.zst gsoc2013-epiphany-fcc5b2c4cb190b47180bd4359f15e59fe41a99fd.zip |
A idl/.cvsignore: A idl/Makefile.am:
2004-11-07 Christian Persch <chpe@cvs.gnome.org>
* Makefile.am:
* configure.ac:
A idl/.cvsignore:
A idl/Makefile.am:
* src/Makefile.am:
Add idl/Makefile.am and move src/Makefile.am's EXTRA_DIST there.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5bc71c8a4..d801cde99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = lib embed src data po help doc +SUBDIRS = lib embed idl src data po help doc distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' |