[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [Development] / fam / libfam

Annotation of fam/libfam/Makefile.am, Revision 1.1

1.1     ! trev        1: include $(top_srcdir)/common.am
        !             2:
        !             3: lib_LTLIBRARIES = libfam.la
        !             4:
        !             5: libfam_la_SOURCES = \
        !             6:   Client.c++ \
        !             7:   Client.h \
        !             8:   fam.c++
        !             9:
        !            10: libfam_la_LDFLAGS = -export-symbols fam.sym
        !            11: libfam_la_LIBADD = -lstdc++
        !            12:
        !            13: EXTRA_DIST = fam.sym
        !            14:
        !            15: CLEANFILES += ii_files/*.ii

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>