diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:35:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:35:49 -0600 |
commit | 974382c11f3a737be5416e7308dd80cd808c5d8e (patch) | |
tree | ed0277b9240508610a76dc6d89b586ae3860ba28 /lib/koproperty/Makefile.am | |
parent | f2afc831b98f7d114db0ea2802e0a95aec079644 (diff) | |
download | koffice-974382c11f3a737be5416e7308dd80cd808c5d8e.tar.gz koffice-974382c11f3a737be5416e7308dd80cd808c5d8e.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'lib/koproperty/Makefile.am')
-rw-r--r-- | lib/koproperty/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/Makefile.am b/lib/koproperty/Makefile.am index 654debd3..90ead373 100644 --- a/lib/koproperty/Makefile.am +++ b/lib/koproperty/Makefile.am @@ -2,7 +2,7 @@ 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_LIBADD = $(LIB_TDEUI) ./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 |