diff options
author | Murray Cumming <murrayc@src.gnome.org> | 2003-01-21 17:18:50 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2003-01-21 17:18:50 +0000 |
commit | 29497b2f59ea96afcb9ce0d9c38b2f61b61d9380 (patch) | |
tree | 3dcc39dcec366a527e03936799a6d6d626e03794 /tests | |
parent | 65a5ba15cb4985afc66b4b4e9fbe93213f1f04d5 (diff) | |
download | glibmm-29497b2f59ea96afcb9ce0d9c38b2f61b61d9380.tar.gz |
More version fixing.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am_fragment | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/Makefile.am_fragment b/tests/Makefile.am_fragment index 35d4de8d..d250a4d9 100644 --- a/tests/Makefile.am_fragment +++ b/tests/Makefile.am_fragment @@ -1,15 +1,7 @@ INCLUDES = \ -I$(top_builddir)/glib -I$(top_srcdir)/glib \ - -I$(top_builddir)/pango -I$(top_srcdir)/pango \ - -I$(top_builddir)/atk -I$(top_srcdir)/atk \ - -I$(top_builddir)/gdk -I$(top_srcdir)/gdk \ - -I$(top_builddir)/gtk -I$(top_srcdir)/gtk \ $(GTKMM_CFLAGS) $(GTHREAD_CFLAGS) -LIBS = $(top_builddir)/glib/glibmm/libglibmm-2.0.la \ - $(top_builddir)/pango/pangomm/libpangomm-1.0.la \ - $(top_builddir)/atk/atkmm/libatkmm-1.0.la \ - $(top_builddir)/gdk/gdkmm/libgdkmm-2.0.la \ - $(top_builddir)/gtk/gtkmm/libgtkmm-2.0.la \ +LIBS = $(top_builddir)/glib/glibmm/libglibmm-2.0.la $(GTKMM_LIBS) |