2004-09-19 14:24:53 -06:00
|
|
|
gparted_includedir = $(pkgincludedir)
|
2005-10-05 16:37:17 -06:00
|
|
|
|
2010-01-02 04:11:50 -07:00
|
|
|
if BTRFS_SUPPORT
|
|
|
|
btrfs_source = btrfs.h
|
|
|
|
endif
|
|
|
|
|
2005-10-05 16:37:17 -06:00
|
|
|
EXTRA_DIST = \
|
2006-03-09 13:25:57 -07:00
|
|
|
Device.h \
|
|
|
|
Dialog_Base_Partition.h \
|
|
|
|
Dialog_Disklabel.h \
|
|
|
|
Dialog_Partition_Copy.h \
|
2008-04-07 13:41:18 -06:00
|
|
|
Dialog_Partition_Info.h \
|
|
|
|
Dialog_Partition_Label.h \
|
2006-03-09 13:25:57 -07:00
|
|
|
Dialog_Partition_New.h \
|
|
|
|
Dialog_Partition_Resize_Move.h \
|
|
|
|
Dialog_Progress.h \
|
2006-04-05 03:33:04 -06:00
|
|
|
DialogFeatures.h \
|
2006-03-31 03:49:27 -07:00
|
|
|
DialogManageFlags.h \
|
2006-03-09 13:25:57 -07:00
|
|
|
DrawingAreaVisualDisk.h \
|
2009-03-14 14:02:41 -06:00
|
|
|
DMRaid.h \
|
2006-03-09 13:25:57 -07:00
|
|
|
FileSystem.h \
|
2008-12-18 15:07:06 -07:00
|
|
|
Frame_Resizer_Base.h \
|
2006-03-09 13:25:57 -07:00
|
|
|
Frame_Resizer_Extended.h \
|
2008-11-11 10:19:46 -07:00
|
|
|
FS_Info.h \
|
2006-03-09 13:25:57 -07:00
|
|
|
GParted_Core.h \
|
2006-09-17 07:23:47 -06:00
|
|
|
HBoxOperations.h \
|
2006-03-09 13:25:57 -07:00
|
|
|
Operation.h \
|
2006-03-24 12:08:41 -07:00
|
|
|
OperationCopy.h \
|
2006-11-26 07:27:16 -07:00
|
|
|
OperationCheck.h \
|
2006-03-24 12:08:41 -07:00
|
|
|
OperationCreate.h \
|
|
|
|
OperationDelete.h \
|
2006-08-09 13:33:51 -06:00
|
|
|
OperationDetail.h \
|
2006-03-24 12:08:41 -07:00
|
|
|
OperationFormat.h \
|
|
|
|
OperationResizeMove.h \
|
2008-04-07 13:41:18 -06:00
|
|
|
OperationLabelPartition.h \
|
2008-12-18 15:07:06 -07:00
|
|
|
Partition.h \
|
2009-11-03 13:25:40 -07:00
|
|
|
SWRaid.h \
|
2006-03-09 13:25:57 -07:00
|
|
|
TreeView_Detail.h \
|
|
|
|
Utils.h \
|
|
|
|
Win_GParted.h \
|
|
|
|
ext2.h \
|
|
|
|
ext3.h \
|
2008-12-18 15:07:06 -07:00
|
|
|
ext4.h \
|
2006-03-09 13:25:57 -07:00
|
|
|
fat16.h \
|
|
|
|
fat32.h \
|
|
|
|
hfs.h \
|
|
|
|
hfsplus.h \
|
|
|
|
i18n.h \
|
|
|
|
jfs.h \
|
2008-12-18 15:07:06 -07:00
|
|
|
linux_swap.h \
|
2006-03-09 13:25:57 -07:00
|
|
|
ntfs.h \
|
|
|
|
reiser4.h \
|
|
|
|
reiserfs.h \
|
2006-04-05 03:33:04 -06:00
|
|
|
ufs.h \
|
2010-01-02 04:11:50 -07:00
|
|
|
xfs.h \
|
|
|
|
$(btrfs_source)
|