Massive changes to build system to permit gnome-2.0 compilation. From here
2000-01-13 Jonathan Blandford <jrb@redhat.com> * configure.in: Massive changes to build system to permit gnome-2.0 compilation. From here on out, you need gnome-2.0 or greater installed. You will prolly not be able to get this to work.
This commit is contained in:
parent
60041f483a
commit
abf55dfec0
8 changed files with 146 additions and 35 deletions
|
@ -12,8 +12,8 @@ mime_type_capplet_SOURCES = mime-type-capplet.c\
|
|||
new-mime-window.h new-mime-window.c
|
||||
|
||||
mime_type_capplet_LDADD = ../../control-center/libcapplet.la \
|
||||
$(GNOME_LIBDIR) $(ORB_LIBS) \
|
||||
$(GNOMEUI_LIBS) $(INTLLIBS) -lgnorba
|
||||
$(GNOME_LIBS) $(ORBIT_LIBS) \
|
||||
$(GNOMEUI_LIBS) $(INTLLIBS)
|
||||
|
||||
EXTRA_DIST = \
|
||||
mime-type.desktop
|
||||
|
|
|
@ -20,9 +20,9 @@ theme_selector_capplet_SOURCES = \
|
|||
theme_selector_capplet_LDFLAGS = ../../control-center/libcapplet.la `imlib-config --libs`
|
||||
|
||||
theme_selector_capplet_LDADD = ../../control-center/libcapplet.la \
|
||||
$(GNOME_LIBDIR) $(ORB_LIBS) \
|
||||
$(GNOME_LIBS) $(ORBIT_LIBS) \
|
||||
$(GNOMEUI_LIBS) $(INTLLIBS) \
|
||||
-lImlib $(GTKXMHTML_LIBS) -lgnorba
|
||||
-lImlib $(OAF_LIBS) $(GCONF_LIBS)
|
||||
|
||||
EXTRA_DIST = \
|
||||
theme-selector.desktop
|
||||
|
|
|
@ -10,8 +10,8 @@ bin_PROGRAMS = url-properties
|
|||
url_properties_SOURCES = url-properties.c
|
||||
|
||||
url_properties_LDADD = ../../control-center/libcapplet.la \
|
||||
$(GNOME_LIBDIR) $(ORB_LIBS) \
|
||||
$(GNOMEUI_LIBS) $(INTLLIBS) -lgnorba
|
||||
$(GNOME_LIBS) $(ORBIT_LIBS) \
|
||||
$(GNOMEUI_LIBS) $(INTLLIBS)
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
|
|
@ -15,8 +15,8 @@ wm_properties_capplet_SOURCES = \
|
|||
|
||||
wm_properties_capplet_LDADD = \
|
||||
../../control-center/libcapplet.la \
|
||||
$(GNOME_LIBDIR) $(ORB_LIBS) $(GNOMEUI_LIBS) $(INTLLIBS) \
|
||||
-lgnorba $(IMLIB_LIBS)
|
||||
$(GNOME_LIBS) $(ORBIT_LIBS) $(GNOMEUI_LIBS) $(INTLLIBS) \
|
||||
$(IMLIB_LIBS)
|
||||
|
||||
EXTRA_DIST = wm-properties.desktop
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue