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.
11 lines
463 B
11 lines
463 B
INCLUDES = -I/usr/include/dvdread -I$(top_srcdir)/libk9copy $(DBUS_INCS) \
|
|
$(HAL_INCS) $(K3B_INCS) -I$(includedir) $(all_includes)
|
|
METASOURCES = AUTO
|
|
libk9devices_la_LDFLAGS = $(all_libraries)
|
|
noinst_LTLIBRARIES = libk9devices.la
|
|
noinst_HEADERS = k9halconnection.h k9haldevice.h k9cddrive.h k9dbusdispatch.h
|
|
libk9devices_la_SOURCES = k9halconnection.cpp k9haldevice.cpp k9cddrive.cpp \
|
|
k9dbusdispatch.cpp
|
|
|
|
libk9devices_la_LIBADD = $(K3B_LIBS) $(HAL_DBUS_LIBS)
|