summaryrefslogtreecommitdiff
path: root/wrudf/Makefile.am
blob: 4224b137f50bce303b4caeb9d978f61d69034e50 (plain)
1
2
3
4
5
6
7
8
9
10
bin_PROGRAMS = wrudf
wrudf_LDADD = $(top_builddir)/libudffs/libudffs.la
wrudf_SOURCES = wrudf.c wrudf-cmnd.c wrudf-desc.c wrudf-cdrw.c wrudf-cdr.c ide-pc.c wrudf.h ide-pc.h ../include/ecma_167.h ../include/osta_udf.h ../include/bswap.h

AM_CPPFLAGS = -I$(top_srcdir)/include

if USE_READLINE
wrudf_LDADD += -lreadline
AM_CPPFLAGS += -DUSE_READLINE
endif