Ticket #331: patch-Makefile.am

File patch-Makefile.am, 275 bytes (added by sean@…, 21 years ago)

patch to create Makefile.am for libgnugetopt

Line 
1--- libgnugetopt-1.2/Makefile.am        Wed Dec 31 19:00:00 1969
2+++ Makefile.am Mon Jan 20 07:41:08 2003
3@@ -0,0 +1,6 @@
4+lib_LTLIBRARIES = libgnugetopt.la
5+include_HEADERS = getopt.h
6+
7+libgnugetopt_la_SOURCES = getopt.c getopt1.c
8+
9+libgnugetopt_la_LDFLAGS = -version-info 1:0:0