Ignore:
Timestamp:
Nov 30, 2006, 6:00:02 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Use PKG_CHECK_MODULES the right way.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cacatris/trunk/src/Makefile.am

    r1083 r1443  
    33
    44cacatris_SOURCES = main.c
    5 cacatris_CFLAGS = `pkg-config --cflags caca`
    6 cacatris_LDFLAGS = `pkg-config --libs caca`
     5cacatris_CFLAGS = @CACA_CFLAGS@
     6cacatris_LDFLAGS = @CACA_LIBS@
    77
Note: See TracChangeset for help on using the changeset viewer.