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.
12 lines
374 B
12 lines
374 B
15 years ago
|
INCLUDES = -I$(top_srcdir)/noatun/library -I$(kde_includes)/arts $(all_includes)
|
||
|
|
||
|
kdeinit_LTLIBRARIES = noatun.la
|
||
|
noatun_la_SOURCES = main.cpp
|
||
|
noatun_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module -avoid-version
|
||
|
noatun_la_LIBADD = -lqtmcop -lkmedia2_idl -lsoundserver_idl $(top_builddir)/noatun/library/libnoatun.la
|
||
|
|
||
|
bin_PROGRAMS =
|
||
|
lib_LTLIBRARIES =
|
||
|
|
||
|
METASOURCES = AUTO
|