summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/blurscope/Makefile.am
blob: 440a2fc742afafae4efc90d2da92d2413aedbb62 (plain)
1
2
3
4
5
6
7
8
9
10
INCLUDES= $(all_includes) $(SDL_CFLAGS) -I$(kde_includes)/tde

kde_module_LTLIBRARIES = noatunblurscope.la
noatunblurscope_la_SOURCES = sdlscope.cpp scopedisplayer.cpp
noatunblurscope_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
noatunblurscope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm $(SDL_LIBS)
noatunblurscope_la_METASOURCES = AUTO

noatun_DATA = blurscope.plugin
noatundir = $(kde_datadir)/noatun