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/mac/Makefile.am

24 lines
523 B

## Makfile.am for kio_mac
INCLUDES= $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
####### Files
kde_module_LTLIBRARIES = kio_mac.la
kio_mac_la_SOURCES = kio_mac.cpp
kio_mac_la_LIBADD = -lkio
kio_mac_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = kio_mac.h
kdelnk_DATA = mac.protocol
kdelnkdir = $(kde_servicesdir)
METASOURCES = AUTO
KDE_ICON = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kio_mac.pot