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.
11 lines
421 B
11 lines
421 B
INCLUDES= $(all_includes) $(SDL_CFLAGS) -I$(kde_includes)/kde
|
|
|
|
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
|