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  
    44DOC_FILES = html/* ../README ../COPYING ../AUTHORS ../INSTALL ../ChangeLog ../config.log
    55
    66install-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  
    1010search_demo_SOURCES  = search_demo.cc
    1111search_demo_LDADD    = $(pcre_linklib)
    1212
    13 CXXFLAGS        = -Wall -Wstrict-prototypes -O -g
    14  No newline at end of file
     13AM_CXXFLAGS        = -Wall -Wstrict-prototypes -O -g
  • libpcre++/Makefile.am

    old new  
    55
    66
    77
    8 CXXFLAGS             = -Wall -Wstrict-prototypes -O -g
    9  No newline at end of file
     8AM_CXXFLAGS             = -Wall -Wstrict-prototypes -O -g
  • test/Makefile.am

    old new  
    44test_SOURCES    = test.cc
    55test_LDADD      = $(pcre_linklib)
    66
    7 CXXFLAGS        = -Wall -Wstrict-prototypes -O -g
     7AM_CXXFLAGS        = -Wall -Wstrict-prototypes -O -g