Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Install .config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gburt committed Sep 1, 2010
1 parent a2ff3c5 commit 6565cb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -59,14 +59,15 @@ gtk-sharp-beans.dll: $(builddir)/gtk_generated/Builder.cs $(SRCS) AssemblyInfo.c
$(CSC) -target:library -out:$@ $(CSC_DEFINES) $(UNSAFE) $(DEBUG) $(ASSEMBLIES) $(SRCS) AssemblyInfo.cs $(builddir)/gtk_generated/*.cs $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(UNSAFE) $(DEBUG) $(ASSEMBLIES) $(SRCS) AssemblyInfo.cs $(builddir)/gtk_generated/*.cs


beansdir = $(prefix)/lib/gtk-sharp-beans beansdir = $(prefix)/lib/gtk-sharp-beans
beans_DATA = gtk-sharp-beans.dll gtk-sharp-beans.dll.mdb beans_DATA = gtk-sharp-beans.dll gtk-sharp-beans.dll.mdb gtk-sharp-beans.dll.config


pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gtk-sharp-beans-2.0.pc pkgconfig_DATA = gtk-sharp-beans-2.0.pc


CLEANFILES = \ CLEANFILES = \
gtk-sharp-beans.dll \ gtk-sharp-beans.dll \
gtk-sharp-beans.dll.mdb \ gtk-sharp-beans.dll.mdb \
gtk-sharp-beans.dll.config \
gtk-api.xml \ gtk-api.xml \
gtkbeans-api.xml gtkbeans-api.xml


Expand Down

0 comments on commit 6565cb4

Please sign in to comment.