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
306 B
12 lines
306 B
15 years ago
|
INCLUDES = -I$(top_srcdir)/kio $(all_includes)
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
kde_module_LTLIBRARIES = kbzip2filter.la
|
||
|
|
||
|
kbzip2filter_la_SOURCES = kbzip2filter.cpp
|
||
|
kbzip2filter_la_LIBADD = $(LIB_KIO) $(LIBBZ2)
|
||
|
kbzip2filter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||
|
|
||
|
kde_services_DATA = kbzip2filter.desktop
|
||
|
|