You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
296 B
19 lines
296 B
noinst_LTLIBRARIES = libisofs.la
|
|
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
|
#LDFLAGS =
|
|
|
|
libisofs_la_METASOURCES=AUTO
|
|
|
|
libisofs_la_SOURCES = isofs.c
|
|
#libisofs_la_LIBADD = $(LIB_KIO)
|
|
|
|
#libisofs_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
|
|
|
|
|
|
|
|
noinst_HEADERS = bswap.h el_torito.h iso_fs.h isofs.h rock.h
|