mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
before creating links, check if pkg-config files exist for the default
2001-04-27 Sven Neumann <sven@gimp.org> * Makefile.am: before creating links, check if pkg-config files exist for the default target. Otherwise link to the pkg-config files that got installed with this build.
This commit is contained in:
parent
b6809365c0
commit
8ff2bf3b6e
@ -1,3 +1,9 @@
|
||||
2001-04-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Makefile.am: before creating links, check if pkg-config files
|
||||
exist for the default target. Otherwise link to the pkg-config files
|
||||
that got installed with this build.
|
||||
|
||||
Thu Apr 26 19:11:46 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-04-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Makefile.am: before creating links, check if pkg-config files
|
||||
exist for the default target. Otherwise link to the pkg-config files
|
||||
that got installed with this build.
|
||||
|
||||
Thu Apr 26 19:11:46 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-04-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Makefile.am: before creating links, check if pkg-config files
|
||||
exist for the default target. Otherwise link to the pkg-config files
|
||||
that got installed with this build.
|
||||
|
||||
Thu Apr 26 19:11:46 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-04-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Makefile.am: before creating links, check if pkg-config files
|
||||
exist for the default target. Otherwise link to the pkg-config files
|
||||
that got installed with this build.
|
||||
|
||||
Thu Apr 26 19:11:46 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-04-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Makefile.am: before creating links, check if pkg-config files
|
||||
exist for the default target. Otherwise link to the pkg-config files
|
||||
that got installed with this build.
|
||||
|
||||
Thu Apr 26 19:11:46 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-04-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Makefile.am: before creating links, check if pkg-config files
|
||||
exist for the default target. Otherwise link to the pkg-config files
|
||||
that got installed with this build.
|
||||
|
||||
Thu Apr 26 19:11:46 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-04-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Makefile.am: before creating links, check if pkg-config files
|
||||
exist for the default target. Otherwise link to the pkg-config files
|
||||
that got installed with this build.
|
||||
|
||||
Thu Apr 26 19:11:46 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
|
||||
|
@ -134,8 +134,13 @@ pkgconfig_DATA= gdk-pixbuf-2.0.pc gdk-$(GDKTARGET)-2.0.pc gtk+-$(GDKTARGET)-2.0.
|
||||
DEFAULT_GDKTARGET=x11
|
||||
install-data-local:
|
||||
(cd $(DESTDIR)$(pkgconfigdir) && \
|
||||
test -e gdk-$(DEFAULT_GDKTARGET)-2.0.pc && \
|
||||
test -e gtk+-$(DEFAULT_GDKTARGET)-2.0.pc && \
|
||||
$(LN_S) -f gdk-$(DEFAULT_GDKTARGET)-2.0.pc gdk-2.0.pc && \
|
||||
$(LN_S) -f gtk+-$(DEFAULT_GDKTARGET)-2.0.pc gtk+-2.0.pc)
|
||||
$(LN_S) -f gtk+-$(DEFAULT_GDKTARGET)-2.0.pc gtk+-2.0.pc) || \
|
||||
(cd $(DESTDIR)$(pkgconfigdir) && \
|
||||
$(LN_S) -f gdk-$(GDKTARGET)-2.0.pc gdk-2.0.pc && \
|
||||
$(LN_S) -f gtk+-$(GDKTARGET)-2.0.pc gtk+-2.0.pc)
|
||||
|
||||
dist-hook: gtk+.spec
|
||||
if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \
|
||||
|
Loading…
Reference in New Issue
Block a user