Re: [Musicpd-dev-team] [git pull] mpc *handler fixes

2008-12-21 Thread Max Kellermann
On 2008/12/21 03:08, Avuton Olrich avu...@gmail.com wrote:
 Whoops! Please repull, this time includes the necessary makefile
 changes (guess I should smoke check even for documentation changes
 ;)).

Done.

--
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] [git pull] mpd documentation updates

2008-12-21 Thread Max Kellermann
On 2008/12/21 07:25, Avuton Olrich avu...@gmail.com wrote:
 Max,
 
 In hindsight, I should have made a branch for all this stuff.
 Regardless, please pull from:

Merged.

--
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] [git pull] mpd documentation updates

2008-12-21 Thread Max Kellermann
On 2008/12/21 15:13, Avuton Olrich avu...@gmail.com wrote:
  On Sat, Dec 20, 2008 at 10:25 PM, Avuton Olrich avu...@gmail.com wrote:
  I'll reply with the patch, as it might not get through due to size.
 
 And while I'm at it, I'll try to sneak in one more patch, same bat
 channel.

Merged.

--
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


[Musicpd-dev-team] [git pull] mpdscribble GNU style directories + fixes

2008-12-21 Thread Avuton Olrich
Max,

Here's some changes and a couple of bugfixes.

The diff below will only have the non-move/COPYING changes; one of
them I'm not 100% sure is correct, the #include, but it does seem to
compile and it allows make distcheck to work.

Please pull from:
git://git.musicpd.org/avuton/mpdscribble.git gnu_style_directories
--
Avuton Olrich (6):
  Move source and header files under the src/ directory.
  Make a proper doc/ directory
  Add the makefile template
  Update COPYING
  Add setup.sh to the EXTRA_DIST so it gets distributed with the tarball.
  Fix distcheck by giving the leading directory for libmpdclient's
header when it is included.
--
diff --git a/Makefile.am b/Makefile.am
index 1335fd5..d32d912 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,6 @@ ACLOCAL_AMFLAGS = -I m4
 AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2

 doc_DATA = README AUTHORS NEWS
-EXTRA_DIST = $(man_MANS)
+EXTRA_DIST = $(man_MANS) setup.sh

 SUBDIRS = doc src
diff --git a/src/lmc.h b/src/lmc.h
index 6e4dd5f..bc2b7b9 100644
--- a/src/lmc.h
+++ b/src/lmc.h
@@ -23,7 +23,7 @@
 #ifndef LMC_H
 #define LMC_H

-#include libmpdclient.h
+#include libmpdclient/libmpdclient.h
 #include stdio.h

 void lmc_connect(char *host, int port);
-- 
avuton
--
|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| ()_() world domination.

--
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team