small fix, maybe it will work now

Original commit message from CVS:
small fix, maybe it will work now
This commit is contained in:
Thomas Vander Stichele 2001-12-14 15:05:41 +00:00
parent 9b2ac714ad
commit 12d6350ce0
2 changed files with 2 additions and 2 deletions

View file

@ -8,5 +8,5 @@ Description: Streaming-media framework, Not Installed
Version: @VERSION@
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
Libs: -lgst -L${pcfiledir}/gst/
Cflags: -I${pcfiledir} @GST_CFLAGS@
Cflags: -I${pcfiledir}/gst @GST_CFLAGS@

View file

@ -8,4 +8,4 @@ Description: Streaming-media framework
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
Version: @VERSION@
Libs: -L${libdir} -lgst
Cflags: -I${includedir} @GST_CFLAGS@
Cflags: -I${includedir}/gst @GST_CFLAGS@