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