~raof/launchpad-integration/fix-cli-library-install

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: robert.ancell at gmail
  • Date: 2010-02-04 22:56:26 UTC
  • Revision ID: robert.ancell@gmail.com-20100204225626-hq3qj46inwp6iutm
* debian/control:
* debian/launchpad-integration-cil-dev.install:
* launchpad-integration-sharp.pc.in:
* Makefile.am:
  - Add launchpad-integration-cil-dev package that contains a pkg-config file
* lib/Makefile.am:
  - Rename from lpi-sharp to launchpad-integration-sharp

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
# C# stuff
56
56
 
57
 
lpisharpdir = $(libdir)/mono/lpi-sharp
 
57
lpisharpdir = $(libdir)/mono/launchpad-integration-sharp
58
58
lpisharp_CSSOURCES = $(srcdir)/LaunchpadIntegration.cs
59
59
lpisharp_DATA=$(ASSEMBLY)
60
60
 
61
61
ASSEMBLY = $(ASSEMBLY_NAME).dll
62
 
ASSEMBLY_NAME = lpi-sharp
 
62
ASSEMBLY_NAME = launchpad-integration-sharp
63
63
noinst_DATA = $(ASSEMBLY)
64
64
 
65
65
EXTRA_DIST += $(lpisharp_CSSOURCES)