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.
kmyfirewall/kmyfirewall/ruleoptionplugins/custom_option/Makefile.am

23 lines
1000 B

INCLUDES = $(all_includes) -I../../kmfwidgets -I../../ipteditor
METASOURCES = AUTO
kde_module_LTLIBRARIES = libkmfruleoptionedit_custom.la
libkmfruleoptionedit_custom_la_LDFLAGS = -module -no-undefined $(all_libraries) \
$(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO)
libkmfruleoptionedit_custom_la_LIBADD = \
$(LIB_TDEPARTS) ../../core/libkmfcore.la
noinst_HEADERS = kmfruleoptioneditcustom.h kmfruleeditcustomopt.h
libkmfruleoptionedit_custom_la_SOURCES = kmfruleoptioneditcustom.cpp kmfruleeditcustomopt.cpp kmyfirewallruleeditorcustomrule.ui
partdesktopdir = $(kde_servicesdir)
partdesktop_DATA = kmfruleoptionedit_custom.desktop
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmyfirewall/ruleoptions/
$(INSTALL_DATA) $(srcdir)/kmfruleoption_custom_option.xml $(DESTDIR)$(kde_datadir)/kmyfirewall/ruleoptions/kmfruleoption_custom_option.xml
uninstall-local:
-rm -f $(DESTDIR)$(kde_datadir)/kmyfirewall/ruleoptions/kmfruleoption_custom_option.xml