diff options
author | Timothy Pearson <[email protected]> | 2014-10-08 15:41:08 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-08 15:41:08 -0500 |
commit | 1c137dacd1195df2bba9c110e7b7b325b56dee56 (patch) | |
tree | b4bbf858a16afad9312eef9dac59a3dcc4d5f627 /src/newstuff/Makefile.am | |
parent | e4b4d01f652d8ae191a7ce029f8bb37f67f77fdb (diff) | |
download | tellico-1c137dacd1195df2bba9c110e7b7b325b56dee56.tar.gz tellico-1c137dacd1195df2bba9c110e7b7b325b56dee56.zip |
Fix TDEHotNewStuff interface with OCS providers
This relates to Bug 2127
Diffstat (limited to 'src/newstuff/Makefile.am')
-rw-r--r-- | src/newstuff/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newstuff/Makefile.am b/src/newstuff/Makefile.am index 9054dcb..1c962bc 100644 --- a/src/newstuff/Makefile.am +++ b/src/newstuff/Makefile.am @@ -2,7 +2,7 @@ noinst_LIBRARIES = libnewstuff.a libnewstuff_a_METASOURCES = AUTO -libnewstuff_a_SOURCES = manager.cpp dialog.cpp newscript.cpp providerloader.cpp +libnewstuff_a_SOURCES = manager.cpp dialog.cpp newscript.cpp CLEANFILES = *~ |