diff options
author | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2009-11-02 14:44:13 +0000 |
---|---|---|
committer | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2009-11-02 14:44:13 +0000 |
commit | 2b14d5a792d184c6529971cd776c80b565a648f9 (patch) | |
tree | 45d047eb0bef24c94299792af0483c4bc18a5e9c /port/Makefile.am | |
parent | d35a21f9d2ffb7d90dfb315cd87a880b36ad77cc (diff) | |
download | libtiff-git-2b14d5a792d184c6529971cd776c80b565a648f9.tar.gz |
* port/libport.h: Add extern declarations for getopt standard
globals.
Diffstat (limited to 'port/Makefile.am')
-rw-r--r-- | port/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port/Makefile.am b/port/Makefile.am index 0ff48e84..94504fd8 100644 --- a/port/Makefile.am +++ b/port/Makefile.am @@ -26,6 +26,6 @@ EXTRA_DIST = Makefile.vc libport.h noinst_LTLIBRARIES = libport.la -libport_la_SOURCES = dummy.c +libport_la_SOURCES = dummy.c libport.h libport_la_LIBADD = @LTLIBOBJS@ |