Annotation of sql/pgsql/libltdl/Makefile.am, revision 1.3

1.1       parser      1: ## Process this file with automake to produce Makefile.in
                      2: 
                      3: AUTOMAKE_OPTIONS = no-dependencies foreign
                      4: 
                      5: noinst_LTLIBRARIES = libltdlc.la
                      6: 
1.3     ! paf         7: noinst_HEADERS = ltdl.h config_auto.h.in config.h
1.1       parser      8: libltdlc_la_SOURCES = ltdl.c
                      9: libltdlc_la_LIBADD = $(LIBADD_DL)
                     10: 
                     11: ## Because we do not have automatic dependency tracking:
                     12: ltdl.lo: ltdl.h config.h
1.3     ! paf        13: 
        !            14: EXTRA_DIST=config_fixed.h libltdl.dsp

E-mail: