Changeset 33 for trunk/src/gtk/Makefile.am
- Timestamp:
- 04/12/06 04:30:09 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/Makefile.am
r32 r33 1 1 # Process this file with automake to produce a Makefile.in file. 2 noinst_LIBRARIES = libshell-gtk.a 3 libshell_gtk_a_SOURCES = \ 4 MainView.cxx \ 5 MainView.h 2 6 7 libshell_gtk_a_CXXFLAGS = \ 8 -I$(top_srcdir)/src \ 9 $(GTK2_CFLAGS)
