summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 71005ef..8412d44 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -40,6 +40,8 @@ CPP = @CPP@
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
CXXCPP = @CXXCPP@
+# Both C and C++ compiler
+OBJEXT = @OBJEXT@
# Other
AR = ar
AR_FLAGS = rc
@@ -60,7 +62,7 @@ SHELL = /bin/sh
VPATH = $(srcdir)
-OBJECTS = getopt.o getopt1.o getline.o hash.o
+OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) getline.$(OBJEXT) hash.$(OBJEXT)
CPPFLAGS = -I$(srcdir)
TARGETLIB = libgp.a