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 /src/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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a3c87a061..b2228f960 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -121,7 +121,5 @@ BUILT_SOURCES = $(CORBA_SOURCE) CLEANFILES = $(CORBA_SOURCE) -EXTRA_DIST = $(top_srcdir)/idl/EphyAutomation.idl - dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) |