fix distchecking, release 2.5.0
2003-10-20 Bastien Nocera <hadess@hadess.net> * Makefile.am: fix distchecking, release 2.5.0
This commit is contained in:
committed by
Bastien Nocera
parent
40a615e1df
commit
ac8f958305
@@ -1,3 +1,7 @@
|
|||||||
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
|
* Makefile.am: fix distchecking, release 2.5.0
|
||||||
|
|
||||||
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
* configure.in: fix the library versioning to be hand-made rather
|
* configure.in: fix the library versioning to be hand-made rather
|
||||||
|
12
Makefile.am
12
Makefile.am
@@ -12,9 +12,9 @@ SUBDIRS = . po misc include sysdeps lib src \
|
|||||||
libgtopinclude_HEADERS = glibtop.h
|
libgtopinclude_HEADERS = glibtop.h
|
||||||
libgtopincludedir = $(includedir)/libgtop-2.0
|
libgtopincludedir = $(includedir)/libgtop-2.0
|
||||||
|
|
||||||
EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt libgtopConf.sh.in \
|
EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt \
|
||||||
LIBGTOP-VERSION features.def libgtop-config.in RELNOTES-0.25 \
|
LIBGTOP-VERSION features.def \
|
||||||
RELNOTES-1.0 RELNOTES-1.0.x libgtop-sysdeps.m4 README \
|
libgtop-sysdeps.m4 README \
|
||||||
libgtop-mirror.sh libgtop-2.0.pc.in acinclude.m4
|
libgtop-mirror.sh libgtop-2.0.pc.in acinclude.m4
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
@@ -23,12 +23,6 @@ dist-hook:
|
|||||||
release:
|
release:
|
||||||
$(MAKE) dist distdir=$(PACKAGE)-$(VERSION)
|
$(MAKE) dist distdir=$(PACKAGE)-$(VERSION)
|
||||||
|
|
||||||
## Put `exec' in the name because this should be installed by
|
|
||||||
## `install-exec', not `install-data'.
|
|
||||||
## confexecdir = $(libdir)
|
|
||||||
## confexec_DATA = $(top_builddir)/libgtopConf.sh \
|
|
||||||
## $(top_builddir)/libgtop-features.def
|
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = libgtop-2.0.pc
|
pkgconfig_DATA = libgtop-2.0.pc
|
||||||
|
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
|
* POTFILES.in: fixed distchecking
|
||||||
|
|
||||||
2003-10-19 Carlos Perelló Marín <carlos@gnome.org>
|
2003-10-19 Carlos Perelló Marín <carlos@gnome.org>
|
||||||
|
|
||||||
* POTFILES.ignore: Removed, we use now POTFILES.skip
|
* POTFILES.ignore: Removed, we use now POTFILES.skip
|
||||||
|
@@ -35,7 +35,6 @@ include/glibtop/union.h
|
|||||||
include/glibtop/uptime.h
|
include/glibtop/uptime.h
|
||||||
include/glibtop/version.h
|
include/glibtop/version.h
|
||||||
include/glibtop/write.h
|
include/glibtop/write.h
|
||||||
include/glibtop/xmalloc.h
|
|
||||||
lib/close.c
|
lib/close.c
|
||||||
lib/command.c
|
lib/command.c
|
||||||
lib/init.c
|
lib/init.c
|
||||||
@@ -53,12 +52,6 @@ src/daemon/slave.c
|
|||||||
src/daemon/version.c
|
src/daemon/version.c
|
||||||
src/inodedb/file_by_inode2.c
|
src/inodedb/file_by_inode2.c
|
||||||
src/inodedb/mkinodedb2.c
|
src/inodedb/mkinodedb2.c
|
||||||
support/easy-vsnprintf.c
|
|
||||||
support/error.c
|
|
||||||
support/error.h
|
|
||||||
support/getopt.c
|
|
||||||
support/popt.c
|
|
||||||
support/popthelp.c
|
|
||||||
sysdeps/common/error.c
|
sysdeps/common/error.c
|
||||||
sysdeps/common/fsusage.c
|
sysdeps/common/fsusage.c
|
||||||
sysdeps/common/fsusage.h
|
sysdeps/common/fsusage.h
|
||||||
@@ -67,7 +60,6 @@ sysdeps/common/inodedb.c
|
|||||||
sysdeps/common/mountlist.c
|
sysdeps/common/mountlist.c
|
||||||
sysdeps/common/mountlist.h
|
sysdeps/common/mountlist.h
|
||||||
sysdeps/common/sysdeps_suid.c
|
sysdeps/common/sysdeps_suid.c
|
||||||
sysdeps/common/xmalloc.c
|
|
||||||
sysdeps/linux/close.c
|
sysdeps/linux/close.c
|
||||||
sysdeps/linux/cpu.c
|
sysdeps/linux/cpu.c
|
||||||
sysdeps/linux/glibtop_machine.h
|
sysdeps/linux/glibtop_machine.h
|
||||||
|
Reference in New Issue
Block a user