summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Fulbright <drmike@src.gnome.org>1999-02-21 18:58:59 +0000
committerMichael Fulbright <drmike@src.gnome.org>1999-02-21 18:58:59 +0000
commita9a2206fc6449cb59416ef17232ef7d026a3baae (patch)
tree48f74c70073a5036c24d9cc12fe3bf9cbacc20ac /Makefile.am
parentaf15d082a8d0259bd9528ca4bd711fe010f34abe (diff)
downloadglib-a9a2206fc6449cb59416ef17232ef7d026a3baae.tar.gz
I've made the spec file autogenerated, and I tweaked it
Dr Mike <drmike@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ea004095c..faba56379 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@
EXTRA_DIST = \
glib.m4 \
- glib.spec \
+ glib.spec.in \
acglib.m4 \
sanity_check \
README.win32 \
@@ -97,3 +97,6 @@ sanity:
snapshot:
$(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
+
+dist-hook:
+ cp glib.spec $(distdir) \ No newline at end of file