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 for the avantgo conduit
|
|
|
|
###
|
|
|
|
### The mal conduit is Copyright (C) 2002 by Reinhold Kainhofer
|
|
|
|
|
|
|
|
|
|
|
|
INCLUDES= $(PISOCK_INCLUDE) $(MAL_INCLUDE) -I$(top_srcdir)/lib $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
servicedir = $(kde_servicesdir)
|
|
|
|
service_DATA = mal_conduit.desktop
|
|
|
|
kde_kcfg_DATA = malconduit.kcfg
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = conduit_mal.la
|
|
|
|
|
|
|
|
conduit_mal_la_SOURCES = malconduitSettings.kcfgc mal-setup_dialog.ui mal-factory.cc mal-setup.cc mal-conduit.cc
|
|
|
|
conduit_mal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui
|
|
|
|
conduit_mal_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIB) $(LIB_TDEUI)
|
|
|
|
|