Update gnulib.
[platform/upstream/libtasn1.git] / gl / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2 # Copyright (C) 2004 Free Software Foundation, Inc.
3 #
4 # This file is free software, distributed under the terms of the GNU
5 # General Public License.  As a special exception to the GNU General
6 # Public License, this file may be distributed as part of a program
7 # that contains a configuration script generated by Automake, under
8 # the same distribution terms as the rest of that program.
9 #
10 # Generated by gnulib-tool.
11 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --lgpl --libtool --macro-prefix=gl memmove
12
13 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
14
15 noinst_LTLIBRARIES = libgnu.la
16
17 libgnu_la_SOURCES =
18 libgnu_la_LIBADD = @LTLIBOBJS@
19 noinst_HEADERS =
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
27
28 ## begin gnulib module dummy
29
30 libgnu_la_SOURCES += dummy.c
31
32 ## end   gnulib module dummy
33
34
35 # Makefile.am ends here