19 lines
340 B
Makefile
19 lines
340 B
Makefile
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@
|
|
|