diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:36:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:36:41 -0600 |
commit | 81589529218e5e3106d39c3ac1ed987aecd889ca (patch) | |
tree | 023f274a65229be6950dd13a1344994f7e8b8de2 /microbe | |
parent | f60aad49af8a328d5a4d09658673534d03df4fff (diff) | |
download | ktechlab-81589529218e5e3106d39c3ac1ed987aecd889ca.tar.gz ktechlab-81589529218e5e3106d39c3ac1ed987aecd889ca.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'microbe')
-rw-r--r-- | microbe/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microbe/Makefile.am b/microbe/Makefile.am index 23759f6..512d860 100644 --- a/microbe/Makefile.am +++ b/microbe/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = $(all_includes) METASOURCES = AUTO bin_PROGRAMS = microbe -microbe_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +microbe_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor microbe_SOURCES = btreebase.cpp btreenode.cpp main.cpp traverser.cpp \ expression.cpp pic14.cpp variable.cpp optimizer.cpp instruction.cpp microbe.cpp \ parser.cpp |