Changeset 213 for trunk/src/Makefile.am

Show
Ignore:
Timestamp:
06/10/06 14:14:55 (2 years ago)
Author:
jordi
Message:

configure script now sets a Makefile condition about printing support. A new empty print dialog has been added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r200 r213  
    7272    $(libshell_ldadd)   \ 
    7373    $(POPPLER_LIBS) 
     74 
     75if cups_printing 
     76libepdfview_a_SOURCES +=    \ 
     77    IPrintView.h    \ 
     78    PrintPter.cxx   \ 
     79    PrintPter.h 
     80 
     81libepdfview_a_CXXFLAGS +=   \ 
     82    $(CUPS_CFLAGS) 
     83 
     84epdfview_LDADD +=   \ 
     85    $(CUPS_LIBS) 
     86endif 
     87