summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-27 14:04:29 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-27 14:04:29 +0000
commitbd48fd194b8eb8e81accf544f54add1ec5020ad1 (patch)
tree20570e8d9d91942447b1e41e27dbb3f582f9d21a
parentf52d5020d12e1473e86f5bb9a95d367f3e4b914b (diff)
downloadlibgpod-bd48fd194b8eb8e81accf544f54add1ec5020ad1.tar.gz
libgpod-bd48fd194b8eb8e81accf544f54add1ec5020ad1.tar.xz
libgpod-bd48fd194b8eb8e81accf544f54add1ec5020ad1.zip
* .cvsignore: added reasonable defaults in ./ ./src/ ./tests ./po
* po/Makefile.in.in: removed, as it should be created by configure git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1105 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog4
-rw-r--r--po/POTFILES6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 479d000..496c38d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-09-27 Jorg Schuler <jcsjcs at users.sourceforge.net>
+ * .cvsignore: added reasonable defaults in ./ ./src/ ./tests ./po
+
+ * po/Makefile.in.in: removed, as it should be created by configure
+
* itdb.h, itdb_itunesdb.c, itdb_private.h: moved next_id from
Itdb_iTunesDB to FExport.
diff --git a/po/POTFILES b/po/POTFILES
new file mode 100644
index 0000000..c5b52ea
--- /dev/null
+++ b/po/POTFILES
@@ -0,0 +1,6 @@
+ ../src/itdb.h \
+ ../src/itdb_itunesdb.c \
+ ../src/itdb_playlist.c \
+ ../src/itdb_private.h \
+ ../src/itdb_track.c \
+ ../tests/itdb_main.c