Modify eu-strip option to perform strip in post script of rpm package & add option...
[platform/upstream/rpm.git] / misc / Makefile.am
1 # Makefile for misc library.
2
3 AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include
4 AM_CPPFLAGS += -I$(top_srcdir)/misc
5
6 EXTRA_DIST = \
7         fnmatch.c       fnmatch.h \
8         stpcpy.c        stpncpy.c
9
10 noinst_LTLIBRARIES = libmisc.la
11
12 libmisc_la_SOURCES = fts.c fts.h
13 libmisc_la_LIBADD = @LTLIBOBJS@