Don't like ads? PRO users don't see any ads ;-)
Guest

Makefile.am.diff

By: a guest on Apr 14th, 2010  |  syntax: None  |  size: 0.42 KB  |  hits: 115  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. --- src/gui/Makefile.am 5 Feb 2007 12:49:08 -0000       1.24
  2. +++ src/gui/Makefile.am 12 Apr 2010 00:37:44 -0000
  3. @@ -11,7 +11,7 @@
  4.  
  5.  AM_CXXFLAGS = -I.. @LOSC_CFLAGS@ @SIGCPP_CFLAGS@ @XML_CFLAGS@ @WX_CFLAGS@
  6.  
  7. -slgui_LDADD = ../libslcore.a  @LOSC_LIBS@ @WX_LIBS@ @SIGCPP_LIBS@ @XML_LIBS@
  8. +slgui_LDADD = ../libslcore.a @BASE_LIBS@ @LOSC_LIBS@ @WX_LIBS@ @SIGCPP_LIBS@ @XML_LIBS@
  9.  
  10.  slgui_SOURCES = \
  11.         gui_app.cpp \