diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:11:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:11:47 -0600 |
commit | 4e5829bf47569c992061ff00472e2d00651d6bd6 (patch) | |
tree | 4454a59873271ba19d9743d19929a78442597e19 /src | |
parent | 0092c8278a0e6532eb9dc2f26d6106f36885aa39 (diff) | |
download | kpicosim-4e5829bf47569c992061ff00472e2d00651d6bd6.tar.gz kpicosim-4e5829bf47569c992061ff00472e2d00651d6bd6.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e3f5656..e623498 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ kpicosim_SOURCES = main.cpp kpicosim.cpp codeeditor.cpp ksimulator.cpp \ kprocessorview.cpp kserialview.cpp kportview.cpp kscratchpadview.cpp kscratchpadview.h \ kport.cpp kexportdialog.cpp cassembler.cpp cinstruction.cpp cpicoblaze.cpp \ jtagdevice.cpp kjtagdialog.cpp jtag.cpp jtag.h jtagprogrammer.cpp -kpicosim_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kpicosim_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kpicosim_LDADD = -lkio $(LIB_TDEUI) # this is where the desktop file will go |