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.
|
|
|
## Makefile.am of tdebase/kioslave/floppy
|
|
|
|
|
|
|
|
INCLUDES= $(all_includes)
|
|
|
|
AM_LDFLAGS = $(all_libraries)
|
|
|
|
|
|
|
|
####### Files
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = kio_floppy.la
|
|
|
|
|
|
|
|
kio_floppy_la_SOURCES = kio_floppy.cpp program.cpp
|
|
|
|
kio_floppy_la_LIBADD = $(LIB_KIO)
|
|
|
|
kio_floppy_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
|
|
|
|
kdelnk_DATA = floppy.protocol
|
|
|
|
kdelnkdir = $(kde_servicesdir)
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
messages:
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/kio_floppy.pot
|