20 lines
1.3 KiB
Plaintext
20 lines
1.3 KiB
Plaintext
--- test-gnome/Makefile.in.orig Mon Jul 4 06:57:27 2005
|
|
+++ test-gnome/Makefile.in Sun Sep 11 14:55:18 2005
|
|
@@ -322,13 +322,13 @@ test-entry$(EXEEXT): $(test_entry_OBJECT
|
|
$(LINK) $(test_entry_LDFLAGS) $(test_entry_OBJECTS) $(test_entry_LDADD) $(LIBS)
|
|
test-gnome$(EXEEXT): $(test_gnome_OBJECTS) $(test_gnome_DEPENDENCIES)
|
|
@rm -f test-gnome$(EXEEXT)
|
|
- $(LINK) $(test_gnome_LDFLAGS) $(test_gnome_OBJECTS) $(test_gnome_LDADD) $(LIBS)
|
|
+ $(LINK) $(test_gnome_LDFLAGS) $(test_gnome_OBJECTS) $(test_gnome_LDADD) $(LIBGNOMEUI_LIBS) $(LIBS)
|
|
test-iconlist$(EXEEXT): $(test_iconlist_OBJECTS) $(test_iconlist_DEPENDENCIES)
|
|
@rm -f test-iconlist$(EXEEXT)
|
|
- $(LINK) $(test_iconlist_LDFLAGS) $(test_iconlist_OBJECTS) $(test_iconlist_LDADD) $(LIBS)
|
|
+ $(LINK) $(test_iconlist_LDFLAGS) $(test_iconlist_OBJECTS) $(test_iconlist_LDADD) $(LIBGNOMEUI_LIBS) $(LIBS)
|
|
test-password-dialog$(EXEEXT): $(test_password_dialog_OBJECTS) $(test_password_dialog_DEPENDENCIES)
|
|
@rm -f test-password-dialog$(EXEEXT)
|
|
- $(LINK) $(test_password_dialog_LDFLAGS) $(test_password_dialog_OBJECTS) $(test_password_dialog_LDADD) $(LIBS)
|
|
+ $(LINK) $(test_password_dialog_LDFLAGS) $(test_password_dialog_OBJECTS) $(test_password_dialog_LDADD) $(LIBGNOMEUI_LIBS) $(LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT) core *.core
|