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.
15 lines
451 B
15 lines
451 B
15 years ago
|
AM_CPPFLAGS = -I$(srcdir)/../../libk3b/core \
|
||
|
-I$(srcdir)/../../libk3bdevice \
|
||
|
-I$(srcdir)/../../libk3b/tools \
|
||
|
-I$(srcdir)/../../libk3b/jobs \
|
||
|
-I$(srcdir)/../../libk3b/projects \
|
||
|
-I$(srcdir)/.. \
|
||
|
$(all_includes)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
noinst_LTLIBRARIES = libmisc.la
|
||
|
|
||
|
libmisc_la_SOURCES = k3bdvdformattingdialog.cpp k3bcdcopydialog.cpp k3bdvdcopydialog.cpp \
|
||
|
k3bcdimagewritingdialog.cpp k3bisoimagewritingdialog.cpp k3bblankingdialog.cpp
|