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

Commit

Permalink
* libsteticui/libsteticui.mdp, libsteticui/Makefile.am: Fixed
Browse files Browse the repository at this point in the history
  references.
* configure.in: Added missing modules.

svn path=/trunk/stetic/; revision=72481
  • Loading branch information
slluis committed Feb 8, 2007
1 parent 622052c commit 2b0b1bd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2007-02-08 Lluis Sanchez Gual <lluis@novell.com>

* libsteticui/libsteticui.mdp, libsteticui/Makefile.am: Fixed
references.
* configure.in: Added missing modules.

2007-02-08 Lluis Sanchez Gual <lluis@novell.com>

* libsteticui/Makefile.am, libstetic/Makefile.am, stetic/Makefile.am:
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4.0)
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)

PKG_CHECK_MODULES(STETIC, gtk-sharp-2.0 >= 2.3.91 glade-sharp-2.0 >= 2.4.0 gnome-sharp-2.0)
PKG_CHECK_MODULES(STETIC, gtk-sharp-2.0 >= 2.3.91 glade-sharp-2.0 >= 2.4.0 gconf-sharp-2.0 >= 2.4.0 gnome-sharp-2.0 >= 2.4.0)
AC_SUBST(STETIC_LIBS)

AC_OUTPUT([
Expand Down
12 changes: 5 additions & 7 deletions libsteticui/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,11 @@ libsteticui_dll_resources = \


libsteticui_dll_references = \
-r:./lib/Mono.Cecil.dll \
-r:./lib/Mono.Cecil.dll \
-r:./lib/Mono.Cecil.dll \
-r:./lib/Mono.Cecil.dll \
-r:./lib/Mono.Cecil.dll \
-r:./lib/Mono.Cecil.dll \
-r:./lib/Mono.Cecil.dll \
-r:System.Runtime.Remoting \
-r:Mono.Posix \
-pkg:gconf-sharp-2.0 \
-pkg:gnome-sharp-2.0 \
-pkg:gtk-sharp-2.0 \
-r:./lib/Mono.Cecil.dll \
-r:$(top_builddir)/bin/libstetic.dll

Expand Down
14 changes: 7 additions & 7 deletions libsteticui/libsteticui.mdp
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
<File name="./missing.png" subtype="Code" buildaction="EmbedAsResource" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<ProjectReference type="Gac" localcopy="True" refto="gnome-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Project" localcopy="True" refto="libstetic" />
<ProjectReference type="Assembly" localcopy="True" refto="./lib/Mono.Cecil.dll" />
<ProjectReference type="Assembly" localcopy="True" refto="./lib/Mono.Cecil.dll" />
<ProjectReference type="Assembly" localcopy="True" refto="./lib/Mono.Cecil.dll" />
<ProjectReference type="Assembly" localcopy="True" refto="./lib/Mono.Cecil.dll" />
<ProjectReference type="Assembly" localcopy="True" refto="./lib/Mono.Cecil.dll" />
<ProjectReference type="Assembly" localcopy="True" refto="./lib/Mono.Cecil.dll" />
<ProjectReference type="Assembly" localcopy="True" refto="./lib/Mono.Cecil.dll" />
<ProjectReference type="Assembly" localcopy="True" refto="./lib/Mono.Cecil.dll" />
</References>
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" ExecuteTargetName="" SyncReferences="True" IsAutotoolsProject="True" RelativeConfigureInPath="../" OutputDirVar="" AssemblyNameVar="">
<BuildFilesVar Sync="True" Name="libsteticui_dll_sources" />
Expand Down

0 comments on commit 2b0b1bd

Please sign in to comment.