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
365 B
11 lines
365 B
INCLUDES= $(all_includes) -I$(kde_includes)/tde
|
|
|
|
kde_module_LTLIBRARIES = noatunmadness.la
|
|
noatunmadness_la_SOURCES = madness.cpp
|
|
noatunmadness_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
noatunmadness_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
|
|
noatunmadness_la_METASOURCES = AUTO
|
|
|
|
noatun_DATA = madness.plugin
|
|
noatundir = $(kde_datadir)/noatun
|