Replace PyString usage with PyBytes everywhere
[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/rpm
4 AM_CPPFLAGS += -I$(top_srcdir)/misc
5
6 EXTRA_DIST = \
7         basename.c      err.c           err.h \
8         error.c         error.h \
9         fakefork.c      fnmatch.c       fnmatch.h \
10         getcwd.c        getmntent.c     \
11         getwd.c         glob.c          glob.h                          \
12         mktime.c        myrealloc.c     putenv.c        realpath.c      \
13         setenv.c        stpcpy.c        stpncpy.c                       \
14                         strcspn.c       strdup.c        strerror.c      \
15         strftime.c      strcspn.c       strstr.c        strtol.c        \
16         strtoul.c
17
18 noinst_LTLIBRARIES = libmisc.la
19
20 libmisc_la_SOURCES =
21 libmisc_la_LIBADD = @LTLIBOBJS@