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/gtk/Makefile.am

    r199 r213  
    1717    -I$(top_srcdir)/src \ 
    1818    $(GTK2_CFLAGS) 
     19 
     20if cups_printing 
     21libshell_gtk_a_SOURCES +=   \ 
     22    PrintView.cxx   \ 
     23    PrintView.h 
     24endif