summaryrefslogtreecommitdiffstats
path: root/tqt3integration/module/Makefile.am
blob: 1012d5e7ab0886f60b00531a7c846addb548aa83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDES= $(all_includes) 

kde_module_LTLIBRARIES = kded_kdeintegration.la

kded_kdeintegration_la_SOURCES = module.cpp
kded_kdeintegration_la_METASOURCES = AUTO
kded_kdeintegration_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_kdeintegration_la_LIBADD = $(LIB_TDEIO)

CLEANFILES = module_functions.cpp module_functions.h

servicesdir = $(kde_servicesdir)/kded
services_DATA = kdeintegration.desktop

module.lo : module_functions.cpp module_functions.h

module_functions.cpp : ../utils/module_functions.cpp
	cp -f ../utils/module_functions.cpp . || exit 1

module_functions.h : ../utils/module_functions.h
	cp -f ../utils/module_functions.h . || exit 1