Changeset 1715:f2efa612bee0 in roaraudio for plugins/xine/Makefile


Ignore:
Timestamp:
05/15/09 18:22:49 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

add CFLAGS, do not overwrite them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/xine/Makefile

    r1389 r1715  
    99 
    1010#DEFINES=-DDEBUG 
    11 CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) $(fPIC) $(XINE_CFLAGS) 
     11CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(fPIC) $(XINE_CFLAGS) 
    1212LDFLAGS = -g -shared -lroar $(XINE_LIBS) 
    1313 
Note: See TracChangeset for help on using the changeset viewer.