summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: e38ab084b2b4a96d8f9169b386233def5c755b76 (plain)
1
2
3
4
5
6
7
8
9
SUBDIRS = macros

EXTRA_DIST = gnome-common.spec

dist-hook:
	for subdir in intl support ; do \
	  mkdir $(distdir)/$$subdir ; \
	  cp -pr $(srcdir)/$$subdir $(distdir) ; \
	done