Skip to content

Instantly share code, notes, and snippets.

@ajorg
Created August 31, 2010 16:59
Show Gist options
  • Save ajorg/559337 to your computer and use it in GitHub Desktop.
Save ajorg/559337 to your computer and use it in GitHub Desktop.
diff --git a/src/Mono.WebServer.XSP/xsp-2.pc.in b/src/Mono.WebServer.XSP/xsp-2.pc.in
index ad08fd2..50663df 100644
--- a/src/Mono.WebServer.XSP/xsp-2.pc.in
+++ b/src/Mono.WebServer.XSP/xsp-2.pc.in
@@ -6,4 +6,4 @@ Executable=${assemblies_dir}/xsp2.exe
Name: xsp2
Description: Mono.WebServer2.dll - ASP.NET hosting support classes for .NET 2.0
Version: @VERSION@
-Libs: -r:${assemblies_dir}/Mono.WebServer2.dll
+Libs: -r:${assemblies_dir}/Mono.WebServer2.dll -r:${assemblies_dir}/xsp2.exe
diff --git a/src/Mono.WebServer.XSP/xsp-4.pc.in b/src/Mono.WebServer.XSP/xsp-4.pc.in
index 3d25eb9..862c6d2 100644
--- a/src/Mono.WebServer.XSP/xsp-4.pc.in
+++ b/src/Mono.WebServer.XSP/xsp-4.pc.in
@@ -6,4 +6,4 @@ Executable=${assemblies_dir}/xsp4.exe
Name: xsp4
Description: Mono.WebServer2.dll - ASP.NET hosting support classes for .NET 4.0
Version: @VERSION@
-Libs: -r:${assemblies_dir}/Mono.WebServer2.dll
+Libs: -r:${assemblies_dir}/Mono.WebServer2.dll -r:${assemblies_dir}/xsp4.exe
diff --git a/src/Mono.WebServer.XSP/xsp.pc.in b/src/Mono.WebServer.XSP/xsp.pc.in
index 3164802..43d8f47 100644
--- a/src/Mono.WebServer.XSP/xsp.pc.in
+++ b/src/Mono.WebServer.XSP/xsp.pc.in
@@ -6,4 +6,4 @@ Executable=${assemblies_dir}/xsp.exe
Name: xsp
Description: Mono.WebServer.dll - ASP.NET hosting support classes for .NET 1.1
Version: @VERSION@
-Libs: -r:${assemblies_dir}/Mono.WebServer.dll
+Libs: -r:${assemblies_dir}/Mono.WebServer.dll -r:${assemblies_dir}/xsp.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment