diff options
author | Bastien Nocera <hadess@hadess.net> | 2009-03-03 12:07:03 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2009-03-03 12:07:03 +0000 |
commit | c8b8cacde4233ccd6653f1790d075f814af06e15 (patch) | |
tree | c29e5901276c9e593177fc3bd173f8f92a62d3e2 /Makefile.am | |
parent | ee978e2f4307395e95ee767582abb5c01fd30d31 (diff) | |
download | totem-c8b8cacde4233ccd6653f1790d075f814af06e15.tar.gz |
Some distcheck fixesV_2_25_92
2009-03-03 Bastien Nocera <hadess@hadess.net>
* Makefile.am: Some distcheck fixes
svn path=/trunk/; revision=6037
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f420b2b4a..63864c6b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ if ENABLE_BROWSER_PLUGINS SUBDIRS += browser-plugin endif + EXTRA_DIST = \ license_change \ autogen.sh \ @@ -22,4 +23,5 @@ CLEANFILES = totem.spec DISTCLEANFILES = intltool-extract intltool-merge intltool-update \ gnome-doc-utils.make +DIST_SUBDIRS = $(SUBDIRS) browser-plugin DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc |