sorted filelistings.
* include/Makefile.am, src/Makefile.am: sorted filelistings.
This commit is contained in:
parent
ea9228ecad
commit
3f4f4720a4
|
@ -1,3 +1,8 @@
|
|||
2006-03-09 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||
|
||||
* include/Makefile.am,
|
||||
src/Makefile.am: sorted filelistings.
|
||||
|
||||
2006-03-09 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||
|
||||
* src/Win_GParted.cc: only allow 'swapon' on real partitions
|
||||
|
|
|
@ -2,34 +2,34 @@ gparted_includedir = $(pkgincludedir)
|
|||
|
||||
EXTRA_DIST = \
|
||||
Device.h \
|
||||
Dialog_Partition_Copy.h\
|
||||
ext2.h\
|
||||
Frame_Resizer_Base.h\
|
||||
i18n.h\
|
||||
Partition.h \
|
||||
DrawingAreaVisualDisk.h \
|
||||
Dialog_Partition_Info.h\
|
||||
ext3.h \
|
||||
Frame_Resizer_Extended.h\
|
||||
jfs.h \
|
||||
reiser4.h \
|
||||
Win_GParted.h \
|
||||
Dialog_Base_Partition.h\
|
||||
Dialog_Partition_New.h \
|
||||
fat16.h \
|
||||
GParted_Core.h \
|
||||
linux_swap.h \
|
||||
reiserfs.h \
|
||||
xfs.h \
|
||||
Dialog_Base_Partition.h \
|
||||
Dialog_Disklabel.h \
|
||||
Dialog_Filesystems.h \
|
||||
Dialog_Partition_Copy.h \
|
||||
Dialog_Partition_Info.h \
|
||||
Dialog_Partition_New.h \
|
||||
Dialog_Partition_Resize_Move.h \
|
||||
Dialog_Progress.h \
|
||||
DrawingAreaVisualDisk.h \
|
||||
FileSystem.h \
|
||||
Frame_Resizer_Base.h \
|
||||
Frame_Resizer_Extended.h \
|
||||
GParted_Core.h \
|
||||
Operation.h \
|
||||
Partition.h \
|
||||
TreeView_Detail.h \
|
||||
Utils.h \
|
||||
Win_GParted.h \
|
||||
ext2.h \
|
||||
ext3.h \
|
||||
fat16.h \
|
||||
fat32.h \
|
||||
hfs.h \
|
||||
ntfs.h \
|
||||
TreeView_Detail.h \
|
||||
Dialog_Filesystems.h \
|
||||
Dialog_Progress.h \
|
||||
FileSystem.h \
|
||||
hfsplus.h \
|
||||
Operation.h \
|
||||
Utils.h
|
||||
i18n.h \
|
||||
jfs.h \
|
||||
linux_swap.h \
|
||||
ntfs.h \
|
||||
reiser4.h \
|
||||
reiserfs.h \
|
||||
xfs.h
|
||||
|
|
|
@ -10,37 +10,37 @@ AM_CXXFLAGS = -Wall
|
|||
bin_PROGRAMS = gparted
|
||||
|
||||
gparted_SOURCES = \
|
||||
Device.cc\
|
||||
Dialog_Base_Partition.cc\
|
||||
Device.cc \
|
||||
Dialog_Base_Partition.cc \
|
||||
Dialog_Disklabel.cc \
|
||||
Dialog_Filesystems.cc \
|
||||
Dialog_Partition_Copy.cc\
|
||||
Dialog_Partition_Info.cc\
|
||||
Dialog_Partition_New.cc\
|
||||
Dialog_Partition_Resize_Move.cc\
|
||||
Dialog_Progress.cc\
|
||||
DrawingAreaVisualDisk.cc\
|
||||
FileSystem.cc\
|
||||
Frame_Resizer_Base.cc\
|
||||
Frame_Resizer_Extended.cc\
|
||||
GParted_Core.cc\
|
||||
Operation.cc\
|
||||
Partition.cc\
|
||||
TreeView_Detail.cc\
|
||||
Utils.cc\
|
||||
Win_GParted.cc\
|
||||
ext2.cc\
|
||||
ext3.cc\
|
||||
fat16.cc\
|
||||
fat32.cc\
|
||||
hfs.cc\
|
||||
hfsplus.cc\
|
||||
jfs.cc\
|
||||
linux_swap.cc\
|
||||
main.cc\
|
||||
ntfs.cc\
|
||||
Dialog_Partition_Copy.cc \
|
||||
Dialog_Partition_Info.cc \
|
||||
Dialog_Partition_New.cc \
|
||||
Dialog_Partition_Resize_Move.cc \
|
||||
Dialog_Progress.cc \
|
||||
DrawingAreaVisualDisk.cc \
|
||||
FileSystem.cc \
|
||||
Frame_Resizer_Base.cc \
|
||||
Frame_Resizer_Extended.cc \
|
||||
GParted_Core.cc \
|
||||
Operation.cc \
|
||||
Partition.cc \
|
||||
TreeView_Detail.cc \
|
||||
Utils.cc \
|
||||
Win_GParted.cc \
|
||||
ext2.cc \
|
||||
ext3.cc \
|
||||
fat16.cc \
|
||||
fat32.cc \
|
||||
hfs.cc \
|
||||
hfsplus.cc \
|
||||
jfs.cc \
|
||||
linux_swap.cc \
|
||||
main.cc \
|
||||
ntfs.cc \
|
||||
reiser4.cc \
|
||||
reiserfs.cc\
|
||||
reiserfs.cc \
|
||||
xfs.cc
|
||||
|
||||
gparted_LDFLAGS = -lparted -lgthread-2.0
|
||||
|
|
Loading…
Reference in New Issue