diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-30 14:52:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-30 14:52:22 -0600 |
commit | c1dcc6c589304cca46a8aa2fb8c0277d60fe22ba (patch) | |
tree | 6baa81a75ffc7e2b9bd39a86e6c5e0485f130bb2 /nsplugins/viewer/Makefile.am | |
parent | d4c4140b6667a35cf7d0e604006e94b52e5b17a0 (diff) | |
download | tdebase-c1dcc6c589304cca46a8aa2fb8c0277d60fe22ba.tar.gz tdebase-c1dcc6c589304cca46a8aa2fb8c0277d60fe22ba.zip |
Remove unused obsolete code from nsplugin viewer
Diffstat (limited to 'nsplugins/viewer/Makefile.am')
-rw-r--r-- | nsplugins/viewer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsplugins/viewer/Makefile.am b/nsplugins/viewer/Makefile.am index 6b2bbb050..d8597321f 100644 --- a/nsplugins/viewer/Makefile.am +++ b/nsplugins/viewer/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO bin_PROGRAMS = nspluginviewer nspluginviewer_SOURCES = NSPluginCallbackIface.stub NSPluginClassIface.skel \ - nsplugin.cpp viewer.cpp kxt.cpp qxteventloop.cpp glibevents.cpp + nsplugin.cpp viewer.cpp qxteventloop.cpp glibevents.cpp nspluginviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic `pkg-config --libs glib-2.0` nspluginviewer_LDADD = $(LIB_TDEIO) $(LIB_TDEPARTS) -lXt |