diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-23 12:38:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-23 12:38:33 +0100 |
| commit | f61f4365370a7c45ad422580a57be942eb792853 (patch) | |
| tree | 0503691b62e097f8bb5a6c87c6dd50cc42c2b568 /libdcp.pc.in | |
| parent | 028acbd0a4736502ae65baf932adf8f9ef95a889 (diff) | |
Fix pkgconfig file on windows.
Diffstat (limited to 'libdcp.pc.in')
| -rw-r--r-- | libdcp.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdcp.pc.in b/libdcp.pc.in index a3a9d66f..9584970a 100644 --- a/libdcp.pc.in +++ b/libdcp.pc.in @@ -6,5 +6,5 @@ Name: libdcp Description: DCP creation library Version: @version@ Requires: sigc++-2.0 openssl -Libs: @libs@ -lboost_system +Libs: @libs@ Cflags: -I${includedir} |
