Initial files

This commit is contained in:
joachimschmidt557 2019-02-26 13:01:51 +01:00
commit 2c61b6ba6c
62 changed files with 14808 additions and 0 deletions

19
Makefile.am Normal file
View 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@