blob: 0aa5929c129be07fa3b5d625ff17844c57d2e574 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
kde_module_LTLIBRARIES = khotkeys_arts.la
khotkeys_arts_la_SOURCES = soundrecorder_arts.cpp voicerecorder_arts.cpp
khotkeys_arts_la_LIBADD = ../shared/libkhotkeys_shared.la $(LIB_ARTS)
khotkeys_arts_la_LDFLAGS = $(all_libraries) $(X_LDFLAGS) -module -avoid-version -no-undefined
INCLUDES = $(all_includes) -I$(srcdir)/../shared/ -I$(srcdir)/../kcontrol -I../kcontrol
noinst_HEADERS = soundrecorder_arts.h
METASOURCES = AUTO
|