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.
12 lines
315 B
12 lines
315 B
tdeconf_PROGRAMS = khotkeys_update
|
|
tdeconfdir = $(libdir)/tdeconf_update_bin
|
|
|
|
khotkeys_update_SOURCES = update.cpp
|
|
|
|
khotkeys_update_LDADD = ../shared/libkhotkeys_shared.la $(LIB_TDECORE) $(KDE_RPATH)
|
|
khotkeys_update_LDFLAGS = $(all_libraries)
|
|
|
|
INCLUDES = -I$(srcdir)/../shared $(all_includes)
|
|
|
|
METASOURCES = AUTO
|