root/lib/search/Makefile.am

/* [previous][next][first][last][top][bottom][index][help]  */
noinst_LTLIBRARIES = libsearch.la
 
libsearch_la_SOURCES = \
        search.c \
        internal.h \
        lib.c \
        normal.c \
        regex.c \
        glob.c \
        hex.c
 
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)

/* [previous][next][first][last][top][bottom][index][help]  */