ntfs-3g/ntfsprogs
Erik Larsson 277c8c8cdf ntfsprogs/Makefile.am: Fix for conflicting usage of EXTRA_PROGRAMS.
After the '--enable-extras' patch, EXTRA_PROGRAMS and bin_PROGRAMS were both defined when ENABLE_EXTRAS was enabled.
This created a conflict, where at least automake 1.10 attempted to emit targets for the binaries twice, resulting in failure when running 'autogen.sh'.

Conflict was resolved by defining the names of the binaries in a non-reserved variable EXTRA_PROGRAM_NAMES, which is then included either in EXTRA_PROGRAMS or bin_PROGRAMS but never in both.
2011-07-06 19:11:49 +02:00
..
Makefile.am ntfsprogs/Makefile.am: Fix for conflicting usage of EXTRA_PROGRAMS. 2011-07-06 19:11:49 +02:00
attrdef.c Update version to 2.0.0, update NEWS, update mkntfs man page and mkntfs itself. 2006-12-13 10:46:49 +00:00
attrdef.h Update version to 2.0.0, update NEWS, update mkntfs man page and mkntfs itself. 2006-12-13 10:46:49 +00:00
boot.c - mkntfs: Use Vista $Boot rather than XP one. (Anton) 2007-03-06 15:44:30 +00:00
boot.h - mkntfs: Use Vista $Boot rather than XP one. (Anton) 2007-03-06 15:44:30 +00:00
cluster.c Restored 'local' includes for all the ntfsprogs instead of using system includes (e.g. #include "yada.h" instead of #include <ntfs-3g/yada.h>). 2010-12-16 09:59:42 +01:00
cluster.h Restored 'local' includes for all the ntfsprogs instead of using system includes (e.g. #include "yada.h" instead of #include <ntfs-3g/yada.h>). 2010-12-16 09:59:42 +01:00
list.h Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
mkntfs.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
mkntfs.c Set the same timestamp per file in all attributes in mkntfs 2011-03-23 09:43:13 +01:00
ntfscat.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfscat.c Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfscat.h Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfsck.c Fixed accessing an unmounted volume in ntfsck 2011-07-05 12:17:28 +02:00
ntfsclone.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfsclone.c Accepted the backup bootsector not be to accounted for when cloning 2011-07-05 12:17:29 +02:00
ntfscluster.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfscluster.c Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfscluster.h Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfscmp.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfscmp.c Silenced warnings for no return 2010-12-21 15:51:08 +01:00
ntfscp.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfscp.c Removed unneeded variables as warned by gcc 4.6 2011-07-05 12:17:29 +02:00
ntfsdecrypt.c Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfsdump_logfile.c Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfsfix.8.in Implemented a new option to clear the list of bad sectors 2011-07-05 12:17:31 +02:00
ntfsfix.c Fixed compiling ntfsfix.c for a Sparc 2011-07-06 17:46:31 +02:00
ntfsinfo.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfsinfo.c Displayed times in UTC in ntfsinfo 2010-12-21 15:51:07 +01:00
ntfslabel.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfslabel.c Freed a search context in ntfslabel 2011-03-23 09:30:51 +01:00
ntfsls.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfsls.c Silenced warning on redefinition of ntfs_time 2010-12-21 15:51:08 +01:00
ntfsmftalloc.c Restored 'local' includes for all the ntfsprogs instead of using system includes (e.g. #include "yada.h" instead of #include <ntfs-3g/yada.h>). 2010-12-16 09:59:42 +01:00
ntfsmove.c Fixed casting data to printf format in ntfsck, ntfsmove and ntfswipe 2011-07-05 12:17:28 +02:00
ntfsmove.h Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfsprogs.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfsresize.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfsresize.c Implemented expanding runlists in ntfsresize (Fedora 689275) 2011-07-05 12:17:30 +02:00
ntfstruncate.c Fixed casting data to printf format in ntfsck, ntfsmove and ntfswipe 2011-07-05 12:17:28 +02:00
ntfsundelete.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfsundelete.c Removed unneeded variables as warned by gcc 4.6 2011-07-05 12:17:29 +02:00
ntfsundelete.h Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfswipe.c Fixed casting data to printf format in ntfsck, ntfsmove and ntfswipe 2011-07-05 12:17:28 +02:00
ntfswipe.h Restored 'local' includes for all the ntfsprogs instead of using system includes (e.g. #include "yada.h" instead of #include <ntfs-3g/yada.h>). 2010-12-16 09:59:42 +01:00
sd.c Silenced apparent out-of-range subscripts warned by gcc 4.6 2011-07-05 12:17:29 +02:00
sd.h Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
utils.c Fixed the type of argument of utils_mount_volume() 2011-01-10 11:19:54 +01:00
utils.h Fixed the type of argument of utils_mount_volume() 2011-01-10 11:19:54 +01:00