diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-07-31 14:17:17 -0300 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-07-31 14:17:17 -0300 |
commit | dc857b78c00432de6d57124ca2e060ef0a76684f (patch) | |
tree | 9749f7c56fe94600e7be1df592d06648779ac43c | |
parent | bc470a831ee3c8d5aa254661122187048f245c92 (diff) |
Correct make dist and update to xedit-1.1.1.xedit-1.1.1
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7d70784..db9a4e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,6 +115,7 @@ xedit_SOURCES = \ options.c \ tags.c \ util.c \ + util.h \ xedit.c \ xedit.h diff --git a/configure.ac b/configure.ac index edeea63..165eb33 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xedit,[1.1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xedit) +AC_INIT(xedit,[1.1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xedit) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |