41 lines
842 B
Makefile
41 lines
842 B
Makefile
gparted_includedir = $(pkgincludedir)
|
|
|
|
EXTRA_DIST = \
|
|
Device.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 \
|
|
OperationCopy.h \
|
|
OperationCreate.h \
|
|
OperationDelete.h \
|
|
OperationFormat.h \
|
|
OperationResizeMove.h \
|
|
Partition.h \
|
|
TreeView_Detail.h \
|
|
Utils.h \
|
|
Win_GParted.h \
|
|
ext2.h \
|
|
ext3.h \
|
|
fat16.h \
|
|
fat32.h \
|
|
hfs.h \
|
|
hfsplus.h \
|
|
i18n.h \
|
|
jfs.h \
|
|
linux_swap.h \
|
|
ntfs.h \
|
|
reiser4.h \
|
|
reiserfs.h \
|
|
xfs.h
|