summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 777bbaf..9b768a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 \