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

The basic main window for the GTK+'s shell is already working, althoug almost no functionality is implemented. You can quit it, though :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/Makefile.am

    r32 r33  
    11# Process this file with automake to produce a Makefile.in file. 
     2noinst_LIBRARIES = libshell-gtk.a 
     3libshell_gtk_a_SOURCES =    \ 
     4    MainView.cxx    \ 
     5    MainView.h 
    26 
     7libshell_gtk_a_CXXFLAGS =   \ 
     8    -I$(top_srcdir)/src \ 
     9    $(GTK2_CFLAGS)