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

Legend:

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

    r1244 r1448  
    33
    44cacamoo_SOURCES = main.c cacamoo.h
    5 cacamoo_CFLAGS = `pkg-config --cflags cucul`
    6 cacamoo_LDFLAGS = `pkg-config --libs cucul`
     5cacamoo_CFLAGS = @CUCUL_CFLAGS@
     6cacamoo_LDADD = @CUCUL_LIBS@
    77
Note: See TracChangeset for help on using the changeset viewer.