diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | po/POTFILES | 6 |
2 files changed, 10 insertions, 0 deletions
@@ -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 |