diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:13:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:13:14 -0600 |
commit | d5ebce0350675ec687fa03b956880a74c5d88282 (patch) | |
tree | 1d1a7d9304cad3d1b732f939446c4cb87e575fd1 /src | |
parent | 07af34f24b8625c9510d69e104c722e1566adeb6 (diff) | |
download | potracegui-d5ebce0350675ec687fa03b956880a74c5d88282.tar.gz potracegui-d5ebce0350675ec687fa03b956880a74c5d88282.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 4fd62f7..1eb09ab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = potracegui # the application source, library search path, and link libraries potracegui_SOURCES = main.cpp potracegui.cpp autotraceformats.cpp MainWidgetBase.ui mainwidget.cpp options.cpp -potracegui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +potracegui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor potracegui_LDADD = $(LIB_KIO) $(LIB_TDEUI) # this is where the desktop file will go |