diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:31:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:31:40 -0600 |
commit | d74d25b6c602f310bf2bcafb0bf2b52f139bd8b4 (patch) | |
tree | 2ee43223b6057b499017ef2852236140b487b838 /ktuberling | |
parent | a2ba4256f16ffac0da7e00714b69fd9711426e1c (diff) | |
download | tdegames-d74d25b6c602f310bf2bcafb0bf2b52f139bd8b4.tar.gz tdegames-d74d25b6c602f310bf2bcafb0bf2b52f139bd8b4.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'ktuberling')
-rw-r--r-- | ktuberling/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktuberling/Makefile.am b/ktuberling/Makefile.am index 0b820190..6e7ea3bc 100644 --- a/ktuberling/Makefile.am +++ b/ktuberling/Makefile.am @@ -20,7 +20,7 @@ ktuberling_SOURCES = action.cpp main.cpp toplevel.cpp playground.cpp todraw.cpp ktuberling_METASOURCES = AUTO ktuberling_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) -ktuberling_LDADD = $(LIB_TDEGAMES) $(LIB_KFILE) -ltdeprint +ktuberling_LDADD = $(LIB_TDEGAMES) $(LIB_TDEFILE) -ltdeprint ktuberling_DEPENDENCIES = $(LIB_TDEGAMES_DEP) KDE_ICON = ktuberling |