diff options
author | Michael Fulbright <drmike@src.gnome.org> | 1998-12-08 20:47:55 +0000 |
---|---|---|
committer | Michael Fulbright <drmike@src.gnome.org> | 1998-12-08 20:47:55 +0000 |
commit | 7b75a1062f522f1dddf9d4cda8b01e473df0bde6 (patch) | |
tree | 3f22fb38d7f496b2a0a578a155c50984c0387c20 /Makefile.am | |
parent | 44b6dd093474a0c51be7aeb0da4feb31179946fc (diff) | |
download | gnome-control-center-7b75a1062f522f1dddf9d4cda8b01e473df0bde6.tar.gz |
New and better than ever in a new home
Dr Mike <drmike@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/Makefile.am b/Makefile.am index 61bad2878..65639abd6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,22 +1,13 @@ -control_center = control-center -capplets = capplets -panel = panel -applets = applets -idl = idl -always_built_SUBDIRS = \ - gsm smproxy pixmaps desktop-links help-browser \ - gnome-terminal core-docs gmenu - -sometimes_built_SUBDIRS = panel applets control-center capplets idl +always_built_SUBDIRS = control-center capplets idl SUBDIRS = intl po macros \ - $(always_built_SUBDIRS) $(panel) $(applets) $(control_center) $(capplets) $(idl) + $(always_built_SUBDIRS) + +#DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) -#DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \ -# $(sometimes_built_SUBDIRS) -EXTRA_DIST = gnome-core.spec +#EXTRA_DIST = control-center.spec ## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change @MAINT@include macros/macros.dep |