blob: 59d8dbd2fa0d006131a753f9d93a9926c2358a4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|