Changeset 6 for trunk/src/Makefile.am

Show
Ignore:
Timestamp:
04/10/06 11:11:30 (3 years ago)
Author:
jordi
Message:

The Document class now actually tries to open a PDFDoc document from Poppler and reports an error if it can't find the PDF file.

Also, now the test file has a member which is the document to test, since it will be the same for all test (even for the empty, because I don't load a file in the setUp() function).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r4 r6  
    1111 
    1212libepdfview_a_CXXFLAGS =    \ 
    13     $(GLIB_CFLAGS) 
     13    $(GLIB_CFLAGS)          \ 
     14    $(POPPLER_CFLAGS)