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

Reply via email to