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
309 B
12 lines
309 B
15 years ago
|
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
|