diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-01-03 10:19:44 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-01-03 10:19:44 +0000 |
commit | ebef14aa0c30e3fb10b65dd06b1fc1d91f84898b (patch) | |
tree | a6b8eacdf6864bacc4ffe0fa84d510c3dec61718 /Makefile.am | |
parent | 34b22d1cb362137a93603dc67e7f431ecb73e6eb (diff) | |
download | gvfs-ebef14aa0c30e3fb10b65dd06b1fc1d91f84898b.tar.gz |
Added. Added mkinstalldirs to svn and EXTRA_DIST ase we now don't
2008-01-03 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
* mkinstalldirs: Added.
Added mkinstalldirs to svn and EXTRA_DIST ase
we now don't gettextize in autogen.
svn path=/trunk/; revision=1068
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 ee17b4be..6bb7bef0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,3 +11,5 @@ SUBDIRS = \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + +EXTRA_DIST = mkinstalldirs |