blob: ae28dde38f5175b0f10fe142990d763e4422ac2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
kconf_PROGRAMS = khotkeys_update
kconfdir = $(libdir)/kconf_update_bin
khotkeys_update_SOURCES = update.cpp
khotkeys_update_LDADD = ../shared/libkhotkeys_shared.la $(LIB_KDECORE) $(KDE_RPATH)
khotkeys_update_LDFLAGS = $(all_libraries)
INCLUDES = -I$(srcdir)/../shared $(all_includes)
METASOURCES = AUTO
|