Changeset 32

Show
Ignore:
Timestamp:
04/12/06 03:00:06 (3 years ago)
Author:
jordi
Message:

Added the directory for the GTK+ shell.

Location:
trunk
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r2 r32  
    4343dnl Output files 
    4444AC_CONFIG_FILES([   \ 
    45 Makefile            \ 
    46 m4/Makefile         \ 
    47 intl/Makefile       \ 
    48 po/Makefile.in      \ 
    49 src/Makefile        \ 
    50 tests/Makefile      \ 
     45Makefile    \ 
     46m4/Makefile \ 
     47intl/Makefile   \ 
     48po/Makefile.in  \ 
     49src/Makefile    \ 
     50src/gtk/Makefile    \ 
     51tests/Makefile  \ 
    5152doc/Makefile]) 
    5253AC_OUTPUT 
  • trunk/src/Makefile.am

    r23 r32  
    11# Process this file with automake to produce a Makefile.in file. 
     2SUBDIRS = gtk 
     3 
    24noinst_LIBRARIES = libepdfview.a 
    35