diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:12:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:12:55 -0600 |
commit | 000445b00c9817aa63b6360dda6d715133224da1 (patch) | |
tree | ec815f601cef3ea2574133c8f4674b2cdd8ce4f3 /src/Makefile.am | |
parent | e3ed6c91854064731c3f74ebc90b6df2649600ef (diff) | |
download | kvkbd-000445b00c9817aa63b6360dda6d715133224da1.tar.gz kvkbd-000445b00c9817aa63b6360dda6d715133224da1.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/Makefile.am')
-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 611b132..0ae2260 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = kvkbd # the application source, library search path, and link libraries kvkbd_SOURCES = DragWidget.cpp KeyClip.cpp MainWidget.cpp VButton.cpp main.cpp \ numpadvbutton.cpp resizabledragwidget.cpp resizabledragwidget.h -kvkbd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kvkbd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kvkbd_LDADD = -lXtst $(LIB_TDEUI) # this is where the desktop file will go |