diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:03 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:03 +0000 |
commit | c0414eb4d8c710fac94ea32bc47031e1855c6fdb (patch) | |
tree | 29d22a72b1311daef4e101b0a4c8b1b68bd73e67 /dmx.pc.in | |
parent | e51544b67812183184becaf6cd2ba907483bcea7 (diff) |
Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
a global configure cache don't get confused.
Diffstat (limited to 'dmx.pc.in')
-rw-r--r-- | dmx.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,6 +6,6 @@ includedir=@includedir@ Name: dmx Description: The dmx Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @DEP_CFLAGS@ -Libs: -L${libdir} -ldmx @DEP_LIBS@ +Cflags: -I${includedir} @DMX_CFLAGS@ +Libs: -L${libdir} -ldmx @DMX_LIBS@ |