summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-22 08:32:50 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-22 08:32:50 +0000
commit61cbd0d790e1a3aea62f54f6cb314917eb5bbd6c (patch)
tree8cf0e8e6b5ad4915929ba0ecf5e36fdd85b0f8fd /lib/Makefile.am
parentf52eb7370fdde1f2619e91ebc3c57553d59d822d (diff)
downloadgnutls-61cbd0d790e1a3aea62f54f6cb314917eb5bbd6c.tar.gz
Simplify further.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index ef14a29265..f9f6682b3c 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/crypto -I$(top_srcdir)/gl -I$(top_srcdir)/libextra -I
bin_SCRIPTS = libgnutls-config
m4datadir = $(datadir)/aclocal
-m4data_DATA = libgnutls.m4
+dist_m4data_DATA = libgnutls.m4
if HAVE_LD_VERSION_SCRIPT
libgnutls_version_script_cmd = -Wl,--version-script=$(srcdir)/libgnutls.vers
@@ -21,7 +21,7 @@ SUBDIRS = x509
MINITASN1_COBJECTS =
endif
-EXTRA_DIST = libgnutls.vers libgnutls.m4 gnutls-api.texi
+EXTRA_DIST = libgnutls.vers gnutls-api.texi
lib_LTLIBRARIES = libgnutls.la
X509_COBJECTS = x509/crl.c x509/dn.c x509/common.c x509/x509.c \