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.
9 lines
311 B
9 lines
311 B
INCLUDES = -I/usr/include/dvdread -I$(top_srcdir)/libk9copy $(K3B_INCS) -I$(includedir) $(all_includes)
|
|
METASOURCES = AUTO
|
|
libk9devices_la_LDFLAGS = $(all_libraries)
|
|
noinst_LTLIBRARIES = libk9devices.la
|
|
noinst_HEADERS = k9cddrive.h
|
|
libk9devices_la_SOURCES = k9cddrive.cpp
|
|
|
|
libk9devices_la_LIBADD = $(K3B_LIBS)
|