diff options
author | Murray Cumming <murrayc@usa.net> | 2003-01-21 23:03:21 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2003-01-21 23:03:21 +0000 |
commit | b587a8b1814263c4977fe6b15a940f3203d8c8d0 (patch) | |
tree | 3d208b9776706db5922157e15490d669425b3eaf /tests | |
parent | 29497b2f59ea96afcb9ce0d9c38b2f61b61d9380 (diff) | |
download | glibmm-b587a8b1814263c4977fe6b15a940f3203d8c8d0.tar.gz |
Corrected LIBS and CFLAGS. Not all of these build because they use gtkmm
2003-01-21 Murray Cumming <murrayc@usa.net>
* tests/Makefile.am_fragment, examples/Makefile.am_fragment:
Corrected LIBS and CFLAGS. Not all of these build because they
use gtkmm stuff too. They need to be reduced to glibmm-only code.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am_fragment | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am_fragment b/tests/Makefile.am_fragment index d250a4d9..281dc023 100644 --- a/tests/Makefile.am_fragment +++ b/tests/Makefile.am_fragment @@ -1,7 +1,7 @@ INCLUDES = \ -I$(top_builddir)/glib -I$(top_srcdir)/glib \ - $(GTKMM_CFLAGS) $(GTHREAD_CFLAGS) + $(GLIBMM_CFLAGS) $(GTHREAD_CFLAGS) -LIBS = $(top_builddir)/glib/glibmm/libglibmm-2.0.la - $(GTKMM_LIBS) +LIBS = $(top_builddir)/glib/glibmm/libglibmm-2.3.la + $(GLIBMM_LIBS) |