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.
24 lines
545 B
24 lines
545 B
## Makfile.am for tdeio_mac
|
|
|
|
INCLUDES= $(all_includes)
|
|
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
####### Files
|
|
|
|
kde_module_LTLIBRARIES = tdeio_mac.la
|
|
|
|
tdeio_mac_la_SOURCES = tdeio_mac.cpp
|
|
tdeio_mac_la_LIBADD = -ltdeio
|
|
tdeio_mac_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
noinst_HEADERS = tdeio_mac.h
|
|
|
|
kdelnk_DATA = mac.protocol
|
|
kdelnkdir = $(kde_servicesdir)
|
|
|
|
METASOURCES = AUTO
|
|
KDE_ICON = AUTO
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/tdeio_mac.pot
|