diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-08-19 18:39:31 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-08-19 18:39:31 +0000 |
commit | cf62a9d633026913c8faaaeb082fc8fd9bd1f0c1 (patch) | |
tree | cbc1b8644d194688da707a8bb562cc79dcbf8fca | |
parent | 5d7cad1f8234c4eba16e3491f57cc80ab91670fb (diff) |
Added DIST_SUBDIRS again.GNOME_0_28_MARTIN
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 687048805..20aeca050 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,4 +23,4 @@ SUBDIRS = $(always_built_SUBDIRS) \ $(cdplayer) $(mixer) $(modemlights) $(winlist) sometimes_built_SUBDIRS = cdplayer mixer modemlights winlist -#DIST_SUBDIRS = $(always_built_SUBDIRS) $(sometimes_built_SUBDIRS) +DIST_SUBDIRS = $(always_built_SUBDIRS) $(sometimes_built_SUBDIRS) |