]> git.pld-linux.org Git - packages/denemo.git/blob - denemo-am.patch
some (dirty?) am fixes
[packages/denemo.git] / denemo-am.patch
1 --- denemo-0.7.2a/plugins/analysis/Makefile.am~ 2004-08-06 01:41:26.000000000 +0200
2 +++ denemo-0.7.2a/plugins/analysis/Makefile.am  2004-08-06 01:41:26.000000000 +0200
3 @@ -14,3 +14,4 @@
4  
5  libanalyse_la_LDFLAGS = -module -version-info 1:0:0
6  
7 +CPPFLAGS += $(XML_CPPFLAGS)
8 --- denemo-0.7.2a/src/Makefile.am~      2004-08-06 01:53:29.000000000 +0200
9 +++ denemo-0.7.2a/src/Makefile.am       2004-08-06 01:53:29.000000000 +0200
10 @@ -58,3 +58,5 @@
11  
12  lylexer.cpp: lylexer.l
13         flex -Ply  -o$(srcdir)/lylexer.cpp $(srcdir)/lylexer.l  
14 +
15 +CPPFLAGS += $(XML_CPPFLAGS)
This page took 0.328437 seconds and 3 git commands to generate.