Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
build: Don't create a .pc file for test assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
bl8 committed Feb 7, 2012
1 parent ccb70b9 commit bf42138
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 24 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Expand Up @@ -77,9 +77,7 @@ src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.GtkClien
src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Makefile
tests/Mono.Ssdp.Tests/Makefile
tests/Mono.Upnp.Tests/Makefile
tests/Mono.Upnp.Dcp.MediaServer1.Tests/mono.upnp.dcp.mediaserver1.tests.pc
tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile
tests/Mono.Upnp.Dcp.MediaServer1.FileSystem.Tests/mono.upnp.dcp.mediaserver1.filesystem.tests.pc
tests/Mono.Upnp.Dcp.MediaServer1.FileSystem.Tests/Makefile
tests/Makefile
Makefile
Expand Down
7 changes: 2 additions & 5 deletions tests/Mono.Upnp.Dcp.MediaServer1.FileSystem.Tests/Makefile.am
Expand Up @@ -78,14 +78,13 @@ DATA_FILES =

RESOURCES =

EXTRAS = \
mono.upnp.dcp.mediaserver1.filesystem.tests.pc.in
EXTRAS =

REFERENCES = \
../../src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/Mono.Upnp.Dcp.MediaServer1.FileSystem.dll \
../../src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.dll \
../../src/Mono.Upnp/Mono.Upnp/Mono.Upnp.dll \
-pkg:nunit \
-pkg:mono-nunit \
-pkg:taglib-sharp \
System

Expand All @@ -97,15 +96,13 @@ MONO_UPNP_DLL = $(BUILD_DIR)/Mono.Upnp.dll
MONO_SSDP_DLL = $(BUILD_DIR)/Mono.Ssdp.dll
MONO_UPNP_DCP_MEDIASERVER1_FILESYSTEM_DLL = $(BUILD_DIR)/Mono.Upnp.Dcp.MediaServer1.FileSystem.dll
MONO_UPNP_DCP_MEDIASERVER1_DLL = $(BUILD_DIR)/Mono.Upnp.Dcp.MediaServer1.dll
MONO_UPNP_DCP_MEDIASERVER1_FILESYSTEM_TESTS_PC = $(BUILD_DIR)/mono.upnp.dcp.mediaserver1.filesystem.tests.pc

$(eval $(call emit-deploy-target,MONO_UPNP_DLL))
$(eval $(call emit-deploy-target,MONO_SSDP_DLL))
$(eval $(call emit-deploy-target,MONO_SSDP_DLL_MDB))
$(eval $(call emit-deploy-target,MONO_UPNP_DLL_MDB))
$(eval $(call emit-deploy-target,MONO_UPNP_DCP_MEDIASERVER1_FILESYSTEM_DLL))
$(eval $(call emit-deploy-target,MONO_UPNP_DCP_MEDIASERVER1_DLL))
$(eval $(call emit-deploy-wrapper,MONO_UPNP_DCP_MEDIASERVER1_FILESYSTEM_TESTS_PC,mono.upnp.dcp.mediaserver1.filesystem.tests.pc))


$(eval $(call emit_resgen_targets))
Expand Down
Expand Up @@ -65,7 +65,8 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath="../..">
<Deployment.LinuxDeployData generatePcFile="false" />
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" SyncReferences="true" RelativeConfigureInPath="../..">
<BuildFilesVar Sync="true" Name="FILES" />
<DeployFilesVar />
<ResourcesVar Sync="true" Name="RESOURCES" />
Expand Down

This file was deleted.

5 changes: 1 addition & 4 deletions tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am
Expand Up @@ -85,8 +85,7 @@ DATA_FILES =
RESOURCES =

EXTRAS = \
mono-upnp-dcp-mediaserver1-tests.snk \
mono.upnp.dcp.mediaserver1.tests.pc.in
mono-upnp-dcp-mediaserver1-tests.snk

REFERENCES = \
../../src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.dll \
Expand All @@ -104,14 +103,12 @@ include $(top_srcdir)/Makefile.include
MONO_UPNP_DCP_MEDIASERVER1_DLL = $(BUILD_DIR)/Mono.Upnp.Dcp.MediaServer1.dll
MONO_UPNP_DLL = $(BUILD_DIR)/Mono.Upnp.dll
MONO_SSDP_DLL = $(BUILD_DIR)/Mono.Ssdp.dll
MONO_UPNP_DCP_MEDIASERVER1_TESTS_PC = $(BUILD_DIR)/mono.upnp.dcp.mediaserver1.tests.pc

$(eval $(call emit-deploy-target,MONO_UPNP_DCP_MEDIASERVER1_DLL))
$(eval $(call emit-deploy-target,MONO_UPNP_DLL))
$(eval $(call emit-deploy-target,MONO_SSDP_DLL))
$(eval $(call emit-deploy-target,MONO_SSDP_DLL_MDB))
$(eval $(call emit-deploy-target,MONO_UPNP_DLL_MDB))
$(eval $(call emit-deploy-wrapper,MONO_UPNP_DCP_MEDIASERVER1_TESTS_PC,mono.upnp.dcp.mediaserver1.tests.pc))


$(eval $(call emit_resgen_targets))
Expand Down
Expand Up @@ -72,6 +72,7 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Deployment.LinuxDeployData generatePcFile="false" />
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath="../..">
<BuildFilesVar Sync="true" Name="FILES" />
<DeployFilesVar />
Expand Down

This file was deleted.

0 comments on commit bf42138

Please sign in to comment.