From 7de31d6f7cd87c0722521b1abf2d27cff23468e6 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 4 Nov 2005 08:14:25 +0000 Subject: 2005-11-04 Christophe Fergeau * 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 --- ChangeLog | 5 +++++ src/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 777bbaf..9b768a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-04 Christophe Fergeau + + * 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 * autogen.sh: add missing call to glib-gettextize, this has the nice 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 \ -- cgit