Ticket #43783: patch-Makefile.am.diff
File patch-Makefile.am.diff, 1.5 KB (added by jmroot (Joshua Root), 10 years ago) |
---|
-
doc/Makefile.am
old new 4 4 DOC_FILES = html/* ../README ../COPYING ../AUTHORS ../INSTALL ../ChangeLog ../config.log 5 5 6 6 install-data-local: 7 $(INSTALL) -m 755 -d $(prefix)/doc/libpcre++-$(VERSION) 8 $(INSTALL) -m 644 $(DOC_FILES) $(prefix)/doc/libpcre++-$(VERSION)/ 9 No newline at end of file 7 $(INSTALL) -m 755 -d $(DESTDIR)$(datarootdir)/doc/libpcre++-$(VERSION) 8 $(INSTALL) -m 644 $(DOC_FILES) $(DESTDIR)$(datarootdir)/doc/libpcre++-$(VERSION)/ -
examples/Makefile.am
old new 10 10 search_demo_SOURCES = search_demo.cc 11 11 search_demo_LDADD = $(pcre_linklib) 12 12 13 CXXFLAGS = -Wall -Wstrict-prototypes -O -g 14 No newline at end of file 13 AM_CXXFLAGS = -Wall -Wstrict-prototypes -O -g -
libpcre++/Makefile.am
old new 5 5 6 6 7 7 8 CXXFLAGS = -Wall -Wstrict-prototypes -O -g 9 No newline at end of file 8 AM_CXXFLAGS = -Wall -Wstrict-prototypes -O -g -
test/Makefile.am
old new 4 4 test_SOURCES = test.cc 5 5 test_LDADD = $(pcre_linklib) 6 6 7 CXXFLAGS = -Wall -Wstrict-prototypes -O -g7 AM_CXXFLAGS = -Wall -Wstrict-prototypes -O -g