summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/Makefile.am
blob: b36742bafc917f0d5782250b3474aac8b54c5dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INCLUDES = -I$(srcdir)/editors -I$(top_srcdir)/lib/kofficecore $(all_includes)

lib_LTLIBRARIES =  libkoproperty.la

libkoproperty_la_LIBADD = $(LIB_TDEUI) ./editors/libkopropertyeditors.la $(LIB_QT) $(LIB_TDECORE)
libkoproperty_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 2:0:0
libkoproperty_la_SOURCES = property.cpp customproperty.cpp set.cpp editor.cpp \
	editoritem.cpp factory.cpp widget.cpp

METASOURCES = AUTO

SUBDIRS = editors . test


icondir = $(kde_datadir)/koffice/icons
icon_ICON = button_no

EXTRA_DIST = $(icon_ICON)

messages:
#	$(EXTRACTRC) */*.rc */*.ui > rc.cpp
	$(XGETTEXT) *.cpp editors/*.cpp -o $(podir)/koproperty.pot