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
583 B
19 lines
583 B
bin_PROGRAMS =
|
|
lib_LTLIBRARIES =
|
|
tdeinit_LTLIBRARIES = khotkeys.la
|
|
kde_module_LTLIBRARIES = kded_khotkeys.la
|
|
|
|
khotkeys_la_SOURCES = app.cpp app.skel
|
|
khotkeys_la_LIBADD = ../shared/libkhotkeys_shared.la $(LIB_TDECORE)
|
|
khotkeys_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
|
|
kded_khotkeys_la_SOURCES = kded.cpp kded.skel
|
|
kded_khotkeys_la_LIBADD = ../shared/libkhotkeys_shared.la $(LIB_TDECORE)
|
|
kded_khotkeys_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
|
|
noinst_HEADERS = app.h kded.h
|
|
|
|
INCLUDES = -I$(srcdir)/../shared $(all_includes)
|
|
|
|
METASOURCES = AUTO
|