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.
19 lines
517 B
19 lines
517 B
15 years ago
|
# $Id$
|
||
|
|
||
|
INCLUDES = -I$(kde_includes)/arts $(all_includes)
|
||
|
kde_module_LTLIBRARIES = noatunwavecapture.la
|
||
|
|
||
|
|
||
|
noatunwavecapture_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||
|
noatunwavecapture_la_LIBADD = $(LIB_KFILE) -lnoatun -lm -lartsmodules
|
||
|
|
||
|
noatunwavecapture_la_SOURCES = wavecapture.cpp
|
||
|
noatunwavecapture_la_METASOURCES = AUTO
|
||
|
noinst_HEADERS = wavecapture.h
|
||
|
|
||
|
noatun_DATA = wavecapture.plugin
|
||
|
noatundir = $(kde_datadir)/noatun
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) *.cpp *.h -o $(podir)/wavecapture.pot
|