[Bug 82028] SDL template (Appwizard) doesn't work properly, I have PATCH

Matt Rogers mattr at kde.org
Sun Dec 12 06:29:07 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=82028        
mattr kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mattr kde org  2004-12-12 06:27 -------
CVS commit by mattr: 

Switch INCLUDES to AM_CPPFLAGS since INCLUDES is deprecated and has
apparently been so since at least automake 1.7.8 (according the manual)

Also, move $(LIBSDL_CFLAGS) to AM_CPPFLAGS. Should fix bug 82028

BUG: 82028


  M +1 -2      src-Makefile.am   1.3


--- kdevelop/languages/cpp/app_templates/cppsdlhello/src-Makefile.am  #1.2:1.3
 @ -3,8 +3,7  @
 
 # set the include path found by configure
-INCLUDES= $(all_includes)
+AM_CPPFLAGS = $(all_includes) $(LIBSDL_CFLAGS)
 
 # the library search path.
 %{APPNAMELC}_LDFLAGS = $(all_libraries) $(LIBSDL_RPATH)
-%{APPNAMELC}_CXXFLAGS = $(LIBSDL_CFLAGS)
 %{APPNAMELC}_LDADD = $(LIBSDL_LIBS)




More information about the KDevelop-devel mailing list