diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-05-08 01:18:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-05-08 01:18:53 -0400 |
commit | 7447ef0fc24dc046b92b55e75c02ff0725b85680 (patch) | |
tree | 6af1b816ce3a09cca904877249f17d2d96eac614 /demos/Makefile.am | |
parent | 51ddf0e1c9280faf020a916974f2535ed3f5f14f (diff) | |
download | gtk+-7447ef0fc24dc046b92b55e75c02ff0725b85680.tar.gz |
Make 3.0 parallel-installable to 2.x
In particular, rename
- libraries to lib*-3.0.so
- pc files to *-3.0.pc
- include paths to /usr/include/gtk-3.0/*
- module paths to /usr/lib/gtk-3.0/*
- rc files names to gtk-3.0/gtkrc
- commandline utilities to *-3.0
- adjust documentation
Also change the install location for unix-print headers to
/usr/include/gtk-3.0/unix-print/gtk.
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r-- | demos/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am index f87b3cd8b9..994166a6fb 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -41,8 +41,8 @@ if CROSS_COMPILING pixbuf_csource=$(GDK_PIXBUF_CSOURCE) pixbuf_csource_deps= else -pixbuf_csource=GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource -pixbuf_csource_deps=$(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource $(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders +pixbuf_csource=GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource-3.0 +pixbuf_csource_deps=$(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource-3.0 $(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders endif test-inline-pixbufs.h: $(pixbuf_csource_deps) apple-red.png gnome-foot.png |