Initial files
This commit is contained in:
commit
2c61b6ba6c
62 changed files with 14808 additions and 0 deletions
19
Makefile.am
Normal file
19
Makefile.am
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
sbin_PROGRAMS = nparted
|
||||
|
||||
SUBDIRS = po intl
|
||||
nparted_SOURCES = edit_partition.c \
|
||||
add_partition.c \
|
||||
copy_partition.c \
|
||||
del_partition.c \
|
||||
exception_manager.c \
|
||||
exception_manager.h \
|
||||
main.c \
|
||||
nparted.c \
|
||||
nparted.h \
|
||||
utils.c
|
||||
|
||||
#nparted_LDFLAGS= --static
|
||||
nparted_LDADD =@INTLLIBS@
|
||||
|
||||
INCLUDES = $(npartedincludedir) @INTLINCS@
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue