diff options
author | Martin Baulig <baulig@suse.de> | 2001-04-14 18:48:46 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2001-04-14 18:48:46 +0000 |
commit | 06b6d96d6f6029693b4df35000edcb4a42b3f72a (patch) | |
tree | 697a01bfea80d987c6723e6f5eed2cf0ac3e9e61 /Makefile.am | |
parent | a8eff2c2860b677e15b2e24cede9a437484b1daa (diff) | |
download | gnome-common-06b6d96d6f6029693b4df35000edcb4a42b3f72a.tar.gz |
Removed.
2001-04-14 Martin Baulig <baulig@suse.de>
* gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
* configure.in: Set version number to 1.2.2.
(--enable-platform-gnome-2): Removed this command line argument;
this package is now the same for GNOME 1.x and GNOME 2.0.
* acinclude.m4: Removed.
* acconfig.h: Removed.
* support/: We don't build this directory anymore; the GNOME 1.x
version of it is in gnome-libs/support and the GNOME 2.0 one is in
libgnomebase/libgnomesupport.
svn path=/trunk/; revision=1660
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index 6b38943..3e50c64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,5 @@ -if PLATFORM_GNOME_2 -pkgconfig_file = gnome-common-2.0.pc -support = support -else -pkgconfig_file = -support = -endif +SUBDIRS = bin macros macros2 doc -SUBDIRS = bin macros macros2 doc $(support) +EXTRA_DIST = gnome-common.spec -EXTRA_DIST = gnome-common.spec gnome-common-2.0.pc.in gnome-common.pc.in - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = $(pkgconfig_file) gnome-common.pc |