summaryrefslogtreecommitdiffstats
path: root/src/kcm/Makefile.am
blob: 1dc0ed89e8fde747dd34aaad0135ea4d64d667ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Makefile.am for kcm_knemo

messages: rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/kcm_knemo.pot

# this is the program that gets installed.  it's name is used for all
# of the other Makefile.am variables
kde_module_LTLIBRARIES = kcm_knemo.la

# set the include path for X, qt and KDE
INCLUDES = -I$(srcdir)/../common -I$(srcdir)/../knemod/backends $(all_includes)

# the library search path. 
kcm_knemo_la_LDFLAGS = -module -avoid-version $(all_libraries)

# the libraries to link against.
kcm_knemo_la_LIBADD = $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEIO) -lDCOP

# which sources should be compiled for knemo
kcm_knemo_la_SOURCES = configdialog.cpp configdlg.ui

# these are the headers for your project
noinst_HEADERS   = configdialog.h

# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO

xdg_apps_DATA = kcm_knemo.desktop