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 /perf | |
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 'perf')
-rw-r--r-- | perf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am index 5662b32df2..68d18185d6 100644 --- a/perf/Makefile.am +++ b/perf/Makefile.am @@ -63,7 +63,7 @@ stamp-marshalers.h: @REBUILD@ marshalers.list $(GLIB_GENMARSHAL) --prefix=_gtk_marshal $(srcdir)/marshalers.list --header >> xgen-gmlh \ && (cmp -s xgen-gmlh marshalers.h || cp xgen-gmlh marshalers.h) \ && rm -f xgen-gmlh \ - && echo timestamp > $(@F) + && echo timestamp > $(@F) marshalers.c: @REBUILD@ marshalers.list $(GLIB_GENMARSHAL) --prefix=_gtk_marshal $(srcdir)/marshalers.list --body >> xgen-gmlc \ && cp xgen-gmlc marshalers.c \ |