From bd48fd194b8eb8e81accf544f54add1ec5020ad1 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Tue, 27 Sep 2005 14:04:29 +0000 Subject: * .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 --- ChangeLog | 4 ++++ po/POTFILES | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 po/POTFILES diff --git a/ChangeLog b/ChangeLog index 479d000..496c38d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-09-27 Jorg Schuler + * .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 -- cgit