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.
14 lines
293 B
14 lines
293 B
15 years ago
|
INCLUDES= $(all_includes)
|
||
|
lib_LTLIBRARIES = libkolftest.la
|
||
|
|
||
|
libkolftest_la_SOURCES = test.cpp
|
||
|
|
||
|
libkolftest_la_LDFLAGS = $(all_libraries) $(LIB_KIO) -lkolf -module -avoid-version
|
||
|
|
||
|
libkolftest_la_METASOURCES = AUTO
|
||
|
|
||
|
noinst_HEADERS = test.h
|
||
|
|
||
|
kolf_DATA = test.plugin
|
||
|
kolfdir = $(kde_datadir)/kolf
|