summaryrefslogtreecommitdiff
path: root/misc/Makefile.am
blob: fcfea8cbbb52f7872f9f4e41b0fb320eea0e21d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Makefile for misc library.

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include/rpm
AM_CPPFLAGS += -I$(top_srcdir)/misc

EXTRA_DIST = \
	fnmatch.c	fnmatch.h \
	glob.c		glob.h		\
	stpcpy.c	stpncpy.c

noinst_LTLIBRARIES = libmisc.la

libmisc_la_SOURCES = fts.c fts.h
libmisc_la_LIBADD = @LTLIBOBJS@