summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-11-04 08:14:25 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-11-04 08:14:25 +0000
commitb5e3141da6d37b1d4ea5103d32aa62e28203ecf9 (patch)
treedc0e6733c3d3e9cfea68a4182c0ce5be191729fe /src/Makefile.am
parent8a4274ed388b1eb53ec9890e3f44db42a6bc80c5 (diff)
downloadlibgpod-b5e3141da6d37b1d4ea5103d32aa62e28203ecf9.tar.gz
libgpod-b5e3141da6d37b1d4ea5103d32aa62e28203ecf9.tar.xz
libgpod-b5e3141da6d37b1d4ea5103d32aa62e28203ecf9.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
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \