diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:12:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:12:26 -0600 |
commit | 0ec603a650cc7b82eda626d8498af000496d9cbb (patch) | |
tree | 7f32e1663683d941125ead68ff07881d046b540b /microbe | |
parent | 2b37df4ca0c9bae516c4fa00579584d6e3fcfd27 (diff) | |
download | ktechlab-0ec603a650cc7b82eda626d8498af000496d9cbb.tar.gz ktechlab-0ec603a650cc7b82eda626d8498af000496d9cbb.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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 512d860..f86b8fb 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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +microbe_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor microbe_SOURCES = btreebase.cpp btreenode.cpp main.cpp traverser.cpp \ expression.cpp pic14.cpp variable.cpp optimizer.cpp instruction.cpp microbe.cpp \ parser.cpp |