blob: a478f2f8353b766003bde5c2e42dff46347e6c83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
AM_CPPFLAGS = $(all_includes)
SUBDIRS = . themes kcs ad pics
noinst_LTLIBRARIES = libkrdb.la
libkrdb_la_SOURCES = krdb.cpp
libkrdb_la_LIBADD = $(LIB_TDECORE)
libkrdb_la_LDFLAGS = -no-undefined $(all_libraries)
messages:
$(XGETTEXT) *.cpp -o $(podir)/krdb.pot
update_DATA = kcmdisplayrc.upd
updatedir = $(kde_datadir)/kconf_update
|