diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-09 22:47:44 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-09 22:47:44 -0500 |
commit | bdaebee214fb3f7a9c7f6ab38fc57d4bc5f8cd99 (patch) | |
tree | d82f11d620ac9d71064d1cf82b2ce6af6c385f78 /src/Makefile.am | |
parent | 747d40114cfce22630e1996a0c155e3ccd329a68 (diff) | |
download | kerberostray-bdaebee214fb3f7a9c7f6ab38fc57d4bc5f8cd99.tar.gz kerberostray-bdaebee214fb3f7a9c7f6ab38fc57d4bc5f8cd99.zip |
Fix FTBFS
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 9572872..5bdf85a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ INCLUDES= $(all_includes) bin_PROGRAMS = kerberostray -kerberostray_SOURCES = main.cpp toplevel.cpp tealist.cpp timeedit.cpp +kerberostray_SOURCES = main.cpp toplevel.cpp kerberostray_METASOURCES = AUTO kerberostray_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor |