summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b4176aa5..c8386c7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,10 @@
## Process this file with automake to create Makefile.in.
-SUBDIRS=libpango modules examples docs tools fonts \ No newline at end of file
+SUBDIRS=libpango modules examples docs tools fonts
+
+EXTRA_DIST = \
+ pango.spec.in
+
+dist-hook: pango.spec
+ cp pango.spec $(distdir)
+