diff options
author | Steve Fox <drfickle@k-lug.org> | 2002-08-21 03:51:43 +0000 |
---|---|---|
committer | Steve Fox <drfickle@src.gnome.org> | 2002-08-21 03:51:43 +0000 |
commit | 8d36bbd7abf271a9b51168adc24cd12c93a8b650 (patch) | |
tree | 8c44ee45554b356de3c18935e5db39eef212efed /Makefile.am | |
parent | e74969bd170b38f4a45fcb8b934b5b1060780d5c (diff) | |
download | metacity-8d36bbd7abf271a9b51168adc24cd12c93a8b650.tar.gz |
Add so that the spec file gets auto-updated whenever configure.in gets
2002-08-20 Steve Fox <drfickle@k-lug.org>
* metacity.spec.in: Add so that the spec file gets auto-updated
whenever configure.in gets bumped. Include some missing
directories.
* Makefile.am
* configure.in: Necessary changes for spec file magic
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 659611e9..08d8498d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS=src po -EXTRA_DIST=HACKING theme-format.txt metacity.spec \ +EXTRA_DIST=HACKING theme-format.txt metacity.spec.in metacity.spec \ intltool-extract.in intltool-merge.in intltool-update.in |