- blueprint rpm-4_4 and HEAD to minimize diff spew.
[platform/upstream/rpm.git] / misc / Makefile.am
1 # Makefile for misc library.
2
3 AUTOMAKE_OPTIONS = 1.4 foreign
4
5 INCLUDES = -I. -I$(top_srcdir) @INCPATH@
6
7 EXTRA_DIST = \
8         alloca.c        basename.c      err.c           error.c         \
9         fakefork.c      fnmatch.c       getcwd.c        getmntent.c     \
10         getwd.c         glob.c                          memcmp.c        \
11         mktime.c        myrealloc.c     putenv.c        realpath.c      \
12         setenv.c        stpcpy.c        stpncpy.c                       \
13                         strcspn.c       strdup.c        strerror.c      \
14         strftime.c      strcspn.c       strstr.c        strtol.c        \
15         strtoul.c
16
17 noinst_HEADERS = \
18         err.h           error.h         fnmatch.h       glob.h          
19
20 noinst_LIBRARIES = libmisc.a
21
22 libmisc_a_SOURCES =
23
24 libmisc_a_LIBADD = @LIBOBJS@ @ALLOCA@
25 libmisc_a_DEPENDENCIES = $(libmisc_a_LIBADD)