blob: a1278ff41c07dc9dbea38dcadbf0cfad62f6d627 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
|