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
355 B
19 lines
355 B
####### Fiddle here
|
|
|
|
INCLUDES = $(all_includes)
|
|
LDADD = $(LIB_KDEUI)
|
|
|
|
####### Files
|
|
|
|
bin_PROGRAMS = ksystraycmd
|
|
METASOURCES = ksystraycmd.moc
|
|
noinst_HEADERS = ksystraycmd.h
|
|
|
|
ksystraycmd_SOURCES = ksystraycmd.cpp main.cpp
|
|
ksystraycmd_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
|
|
messages:
|
|
$(XGETTEXT) $(ksystraycmd_SOURCES) -o $(podir)/ksystraycmd.pot
|
|
|
|
|