summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-06-14 16:46:01 (GMT)
committerGitHub <noreply@github.com>2016-06-14 16:46:01 (GMT)
commit47494b6e66fd33234328aebbb43c536c915662e7 (patch)
tree1c92072c467800936b51955b2bf735c6cd0ef1d6 /Makefile.in
parent150f45004079fc107073370c646137fbac9cb5c3 (diff)
parent6fd5fd65d1d2ad1c6b20630af4dcfcda36635fd3 (diff)
downloadblt-47494b6e66fd33234328aebbb43c536c915662e7.zip
blt-47494b6e66fd33234328aebbb43c536c915662e7.tar.gz
blt-47494b6e66fd33234328aebbb43c536c915662e7.tar.bz2
Merge pull request #2 from olebole/create_stubs
Create stubs library for simpler linking f.e. with tksao
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index ba2f556..54d7278 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -34,7 +34,7 @@
#========================================================================
PKG_SOURCES = @PKG_SOURCES@
-PKG_OBJECTS = @PKG_OBJECTS@
+PKG_OBJECTS = @PKG_OBJECTS@ @PKG_STUB_OBJECTS@
PKG_STUB_SOURCES = @PKG_STUB_SOURCES@
PKG_STUB_OBJECTS = @PKG_STUB_OBJECTS@
@@ -60,7 +60,7 @@ PKG_HEADERS = @PKG_HEADERS@
PKG_LIB_FILE = @PKG_LIB_FILE@
PKG_STUB_LIB_FILE = @PKG_STUB_LIB_FILE@
-lib_BINARIES = $(PKG_LIB_FILE)
+lib_BINARIES = $(PKG_LIB_FILE) $(PKG_STUB_LIB_FILE)
BINARIES = $(lib_BINARIES)
SHELL = @SHELL@