diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /lib/koproperty/Makefile.am | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/koproperty/Makefile.am')
-rw-r--r-- | lib/koproperty/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/koproperty/Makefile.am b/lib/koproperty/Makefile.am new file mode 100644 index 00000000..654debd3 --- /dev/null +++ b/lib/koproperty/Makefile.am @@ -0,0 +1,22 @@ +INCLUDES = -I$(srcdir)/editors -I$(top_srcdir)/lib/kofficecore $(all_includes) + +lib_LTLIBRARIES = libkoproperty.la + +libkoproperty_la_LIBADD = $(LIB_KDEUI) ./editors/libkopropertyeditors.la +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 |