diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 08:38:27 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 08:38:27 +0000 |
commit | c9c4cb2ecd910b19d2e649e6397b79a54ec006d5 (patch) | |
tree | 01aca4ef44ca253499a6a7f6ae0269487f78b865 /Makefile.am | |
parent | cf9bb1493639116f262f8e4381b17a8c70b150f2 (diff) | |
download | gvfs-c9c4cb2ecd910b19d2e649e6397b79a54ec006d5.tar.gz |
Add gvfs-ls program
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1159802810 +0200
svn path=/trunk/; revision=60
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 26555a7b..1f994bc0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ SUBDIRS = \ gvfs \ - po + po \ + programs DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |