aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-08 19:23:42 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-08 19:23:42 +0200
commit90ea6a2cf2e646441b2c2ea4bf480fe8e4152de7 (patch)
tree612823f0f3983e47cde17b549a8d85d5913cb0b3 /src/Makefile.am
parent0c6bb13d6b5df94417f2878cd5a4aa4ddcd78a39 (diff)
downloadidest-90ea6a2cf2e646441b2c2ea4bf480fe8e4152de7.tar.gz
idest-90ea6a2cf2e646441b2c2ea4bf480fe8e4152de7.tar.bz2
Preparation for implementing set/delete operations.
* src/backup.c: New file. * gnulib.modules: Request backupfile, dirname and save-cwd. * src/Makefile.am (idest_SOURCES): Add backup.c * src/cmdline.opt: New options --backup and --backup-directory. * src/id3v2.c: Minor change. * src/idest.h: Include backupfile.h (backup_type, backup_dir): New externs. * src/main.c: Minor change.
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 6f8066a..212e454 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,7 @@
16 16
17bin_PROGRAMS=idest 17bin_PROGRAMS=idest
18idest_SOURCES=\ 18idest_SOURCES=\
19 backup.c\
19 idest.h\ 20 idest.h\
20 id3v1.c\ 21 id3v1.c\
21 id3v1.h\ 22 id3v1.h\

Return to:

Send suggestions and report system problems to the System administrator.