gnome-control-center/Makefile.am
Michael Fulbright b4d0d3d7eb I have made control-center.spec a generated file, and I also updated
the template specfile.

Dr Mike <drmike@redhat.com>
1999-02-21 18:21:06 +00:00

18 lines
446 B
Makefile

always_built_SUBDIRS = control-center capplets idl
SUBDIRS = intl po macros \
$(always_built_SUBDIRS)
#DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS)
EXTRA_DIST = control-center.spec.in
dist-hook:
cp control-center.spec $(distdir)
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
@MAINT@include macros/macros.dep
@MAINT@macros/macros.dep: macros/Makefile.am
@MAINT@ cd macros && $(MAKE) macros.dep