blob: f859581989a55e399f94c1dd20779b561de10e8e (
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_TDEIO)
#libisofs_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
noinst_HEADERS = bswap.h el_torito.h iso_fs.h isofs.h rock.h
|