diff options
author | Christophe Fergeau <teuf@gnome.org> | 2005-11-04 08:14:25 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2005-11-04 08:14:25 +0000 |
commit | 7de31d6f7cd87c0722521b1abf2d27cff23468e6 (patch) | |
tree | dc0e6733c3d3e9cfea68a4182c0ce5be191729fe | |
parent | b670cad4b069fdfa8aee836c4afefaabf22d6d33 (diff) | |
download | libgpod-7de31d6f7cd87c0722521b1abf2d27cff23468e6.tar.gz libgpod-7de31d6f7cd87c0722521b1abf2d27cff23468e6.tar.xz libgpod-7de31d6f7cd87c0722521b1abf2d27cff23468e6.zip |
2005-11-04 Christophe Fergeau <teuf@gnome.org>
* src/Makefile.am: db-itunes-parser.h was missing from the source file
list, this made "make dist" generate uncompilable tarballs
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1138 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-11-04 Christophe Fergeau <teuf@gnome.org> + * src/Makefile.am: db-itunes-parser.h was missing from the source file + list, this made "make dist" generate uncompilable tarballs + +2005-11-04 Christophe Fergeau <teuf@gnome.org> + * autogen.sh: add missing call to glib-gettextize, this has the nice side-effect of adding mkinstalldirs if automake didn't copy it for us. diff --git a/src/Makefile.am b/src/Makefile.am index b61c0d2..30e7d16 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,7 @@ libgpod_la_SOURCES = \ db-artwork-debug.h \ db-image-parser.c \ db-image-parser.h \ + db-itunes-parser.h \ db-artwork-writer.c \ ithumb-writer.c \ ipod-device.c \ |