From 7db7f0e734e5c4d7dbc46fb415b8c60c3c570f8e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 25 Apr 2012 14:12:59 -0500 Subject: Now we're allocating a calendar --- tests/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 8fded37..03429c7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,10 @@ +if USE_GTK3 +VER=3 +IDOLIB = $(top_builddir)/src/libido3-0.1.la +else +VER= +IDOLIB = $(top_builddir)/src/libido-0.1.la +endif check_LIBRARIES = libgtest.a check_PROGRAMS = @@ -39,5 +46,6 @@ gtest_menuitems_LDFLAGS = \ -pthread gtest_menuitems_LDADD = \ $(GTK_LIBS) \ + $(IDOLIB) \ libgtest.a -- cgit v1.2.3