summaryrefslogtreecommitdiffstats
path: root/noatun/app/Makefile.am
blob: 4e20827922c69abbb049935b6744f51bcbd92c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDES = -I$(top_srcdir)/noatun/library -I$(kde_includes)/arts $(all_includes)

tdeinit_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

.NOTPARALLEL: