diff options
Diffstat (limited to 'microbe/Makefile.am')
-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 2b895e2..23759f6 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) -lkdefx $(LIB_KIO) -lktexteditor +microbe_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -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 |