diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2012-03-05 06:04:31 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2012-03-05 06:04:31 -0800 |
commit | 13fd83522665f1a19d0364f73f8a0868fcc14495 (patch) | |
tree | e12ccc38372f5b2651a3a76e75eb105ecb6fb360 /test/Makefile.am | |
parent | b59a610acef34f75cc2a8ecd03af77acbd20ce57 (diff) |
test: Revamp previewer and enable it in the build
The code is very similar to the plugin and gives an opportunity to
make sure the way we use evince still works correctly.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 8974c61..8ffce7a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ AM_CFLAGS = $(PLUGIN_CFLAGS) $(E_CFLAGS) LDADD = $(PLUGIN_LIBS) -noinst_PROGRAMS = mime +noinst_PROGRAMS = mime previewer mime_SOURCES = mime.c $(top_srcdir)/src/evbp-mime.c |