sorted sourcefiles alphabetically, i know, pretty useless, but i like it
* src/Makefile.am: sorted sourcefiles alphabetically, i know, pretty useless, but i like it :P
This commit is contained in:
parent
038c5c5d99
commit
e139174b38
|
@ -1,3 +1,7 @@
|
||||||
|
2004-11-28 Bart Hakvoort <gparted@users.sf.net>
|
||||||
|
|
||||||
|
* src/Makefile.am: sorted sourcefiles alphabetically, i know, pretty useless, but i like it :P
|
||||||
|
|
||||||
2004-11-28 Bart Hakvoort <gparted@users.sf.net>
|
2004-11-28 Bart Hakvoort <gparted@users.sf.net>
|
||||||
|
|
||||||
* Harddisks without disklabel are now properly initizalized and shown in the menu. When one tries to create a new partition on
|
* Harddisks without disklabel are now properly initizalized and shown in the menu. When one tries to create a new partition on
|
||||||
|
|
|
@ -13,32 +13,32 @@ AM_CXXFLAGS =\
|
||||||
sbin_PROGRAMS = gparted
|
sbin_PROGRAMS = gparted
|
||||||
|
|
||||||
gparted_SOURCES = \
|
gparted_SOURCES = \
|
||||||
main.cc\
|
Device.cc\
|
||||||
Win_GParted.cc\
|
Dialog_About.cc\
|
||||||
TreeView_Detail.cc\
|
Dialog_Base_Partition.cc\
|
||||||
|
Dialog_Disklabel.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\
|
||||||
Operation.cc\
|
|
||||||
Partition.cc\
|
|
||||||
Dialog_Progress.cc\
|
|
||||||
Device.cc\
|
|
||||||
VBox_VisualDisk.cc\
|
|
||||||
Dialog_Partition_Resize_Move.cc\
|
Dialog_Partition_Resize_Move.cc\
|
||||||
Dialog_About.cc\
|
Dialog_Progress.cc\
|
||||||
|
FileSystem.cc\
|
||||||
Frame_Resizer_Base.cc\
|
Frame_Resizer_Base.cc\
|
||||||
Frame_Resizer_Extended.cc\
|
Frame_Resizer_Extended.cc\
|
||||||
Dialog_Base_Partition.cc\
|
|
||||||
GParted_Core.cc\
|
GParted_Core.cc\
|
||||||
FileSystem.cc\
|
Operation.cc\
|
||||||
|
Partition.cc\
|
||||||
|
TreeView_Detail.cc\
|
||||||
|
VBox_VisualDisk.cc\
|
||||||
|
Win_GParted.cc\
|
||||||
ext2.cc\
|
ext2.cc\
|
||||||
ext3.cc\
|
ext3.cc\
|
||||||
fat16.cc\
|
fat16.cc\
|
||||||
fat32.cc\
|
fat32.cc\
|
||||||
linux_swap.cc\
|
linux_swap.cc\
|
||||||
reiserfs.cc\
|
main.cc\
|
||||||
ntfs.cc\
|
ntfs.cc\
|
||||||
Dialog_Disklabel.cc
|
reiserfs.cc
|
||||||
|
|
||||||
gparted_LDFLAGS = -lparted -lgthread-2.0
|
gparted_LDFLAGS = -lparted -lgthread-2.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue