2000-01-13 Jonathan Blandford <jrb@redhat.com> * configure.in: Massive changes to build system to permit gnome-2.0 compilation. From here on out, you need gnome-2.0 or greater installed. You will prolly not be able to get this to work.
15 lines
262 B
Makefile
15 lines
262 B
Makefile
|
|
always_built_SUBDIRS = control-center capplets idl
|
|
|
|
SUBDIRS = intl po \
|
|
$(always_built_SUBDIRS)
|
|
|
|
#DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS)
|
|
|
|
|
|
EXTRA_DIST = control-center.spec.in
|
|
|
|
dist-hook: control-center.spec
|
|
cp control-center.spec $(distdir)
|
|
|
|
|