diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-12-03 00:59:04 +0000 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-12-03 00:59:04 +0000 |
commit | a3e8e691c87827a725c0749f10c981677deded87 (patch) | |
tree | e645861f334a5ae0227ee76fb7ba86bdf5a2b067 /support | |
parent | 8184a2728689b4fd8f86a103997861a276ea0637 (diff) | |
download | shared-mime-info-a3e8e691c87827a725c0749f10c981677deded87.tar.gz |
Add back `gnomesupport.awk' and `README-gnome'.
* Makefile.am (EXTRA_DIST): Add back `gnomesupport.awk' and
`README-gnome'.
svn path=/trunk/; revision=497
Diffstat (limited to 'support')
-rw-r--r-- | support/ChangeLog | 7 | ||||
-rw-r--r-- | support/Makefile.am | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index 0dcf3e39..720f3aef 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,8 @@ +1998-12-02 Raja R Harinath <harinath@cs.umn.edu> + + * Makefile.am (EXTRA_DIST): Add back `gnomesupport.awk' and + `README-gnome'. + 1998-11-06 Raja R Harinath <harinath@cs.umn.edu> * popt.c (gnomesupport-fake.h): Include. @@ -11,7 +16,7 @@ (popt_sources): List `popt' sources. (libgnomesupport_la_SOURCES): Include $popt_sources. (include_HEADERS): Install `popt.h'. - (noinst_HEADERSS): Don't install poptint.h and findme.h. + (noinst_HEADERS): Don't install poptint.h and findme.h. * popt.c: New file. From the POPT package. Replacement for argp/getopt. * poptparse.c: Likewise. diff --git a/support/Makefile.am b/support/Makefile.am index f1a21b19..245b1e77 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -35,3 +35,4 @@ gnomesupport.h: gnomesupport.awk $(top_builddir)/config.h $(AWK) -f $(srcdir)/gnomesupport.awk < $(top_builddir)/config.h > gsh-t mv gsh-t gnomesupport.h +EXTRA_DIST = gnomesupport.awk README-gnome |