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.
tdebase/khotkeys/app/Makefile.am

22 lines
655 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
servicesdir = $(kde_servicesdir)/kded
services_DATA = khotkeys.desktop