$OpenBSD: patch-panel_Makefile_in,v 1.2 2002/02/15 19:18:53 nino Exp $
--- panel/Makefile.in.orig	Sun Jan 27 00:25:40 2002
+++ panel/Makefile.in	Mon Feb 11 11:37:45 2002
@@ -239,7 +239,7 @@ libpanel_appletinclude_HEADERS = \
 	gnome-panel.h
 
 
-libpanel_applet_la_LDFLAGS = -version-info 0:1:0 -rpath $(libdir)
+libpanel_applet_la_LDFLAGS = -version-info 0:2:0 -rpath $(libdir)
 libpanel_applet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB)
 
 libpanel_status_la_SOURCES = \
@@ -1385,7 +1385,7 @@ maintainer-clean-generic clean mostlycle
 $(CORBA_SRCLIST): my_gnome_panel_idl
 
 my_gnome_panel_idl: $(top_srcdir)/idl/gnome-panel.idl $(ORBIT_IDL)
-	if $(ORBIT_IDL) `@GNOME_CONFIG@ --cflags idl` $< ; then touch my_gnome_panel_idl; else /bin/false; fi
+	if $(ORBIT_IDL) `@GNOME_CONFIG@ --cflags idl` $(top_srcdir)/idl/gnome-panel.idl ; then touch my_gnome_panel_idl; else /bin/false; fi
 
 # We need explicit dependencies here for people building out
 # of the tarballs.
