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.
tdebase/kioslave/finger/Makefile.am

28 lines
723 B

## Makfile.am for kio_finger
## Edit from Makefile.am of kdebase/kioslave/man
INCLUDES= $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
####### Files
kde_module_LTLIBRARIES = kio_finger.la
kio_finger_la_SOURCES = kio_finger.cpp
kio_finger_la_LIBADD = -lkio
kio_finger_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = kio_finger.h
kdelnk_DATA = finger.protocol
kdelnkdir = $(kde_servicesdir)
kio_finger_data_DATA = kio_finger.pl kio_finger.css
kio_finger_datadir = $(kde_datadir)/kio_finger
EXTRA_DIST=$(kio_finger_data_DATA)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kio_finger.pot