summaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:36:13 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:36:14 +0900
commitd3b61d1e80a91482c2fc844810627064b1087280 (patch)
tree31e43590946ac70b8a14429f488f1e4f01956293 /tests/Makefile.in
parent385fb5df2f7c3ec197b954e8a8ddac5297fe4043 (diff)
downloadpygobject2-d3b61d1e80a91482c2fc844810627064b1087280.tar.gz
pygobject2-d3b61d1e80a91482c2fc844810627064b1087280.tar.bz2
pygobject2-d3b61d1e80a91482c2fc844810627064b1087280.zip
Imported Upstream version 2.28.1
Change-Id: Ib2dc5ea9bbd21a07cf091b6a5352485ef15f637a Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 3084f8d..5c35ef3 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -72,8 +72,7 @@ libregress_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(CFLAGS) $(libregress_la_LDFLAGS) $(LDFLAGS) -o $@
@ENABLE_INTROSPECTION_TRUE@am_libregress_la_rpath =
am__DEPENDENCIES_1 =
-testhelper_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
+testhelper_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_testhelper_la_OBJECTS = testhelper_la-testhelpermodule.lo \
testhelper_la-test-floating.lo testhelper_la-test-thread.lo \
testhelper_la-test-unknown.lo
@@ -203,7 +202,6 @@ PYTHON = @PYTHON@
PYTHON_BASENAME = @PYTHON_BASENAME@
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
PYTHON_INCLUDES = @PYTHON_INCLUDES@
-PYTHON_LIBS = @PYTHON_LIBS@
PYTHON_PLATFORM = @PYTHON_PLATFORM@
PYTHON_PREFIX = @PYTHON_PREFIX@
PYTHON_VERSION = @PYTHON_VERSION@
@@ -282,7 +280,7 @@ noinst_LTLIBRARIES = $(am__append_1) testhelper.la
@ENABLE_INTROSPECTION_TRUE@libgimarshallingtests_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
testhelper_la_CFLAGS = -I$(top_srcdir)/gobject -I$(top_srcdir)/glib $(PYTHON_INCLUDES) $(GLIB_CFLAGS)
testhelper_la_LDFLAGS = -module -avoid-version
-testhelper_la_LIBADD = $(GLIB_LIBS) $(PYTHON_LIBS)
+testhelper_la_LIBADD = $(GLIB_LIBS)
testhelper_la_SOURCES = \
testhelpermodule.c \
test-floating.c \