loudmouth/Makefile.am
changeset 397 5e2ad0e0704a
parent 315 eafeecd05c9a
child 407 4401f2aa0692
equal deleted inserted replaced
396:6ea18c939b0f 397:5e2ad0e0704a
       
     1 include $(top_srcdir)/Makefile.decl
       
     2 
     1 NULL=
     3 NULL=
     2 
     4 
     3 TEST_DIR=$(top_srcdir)/
     5 TEST_DIR=$(top_srcdir)/
     4 
     6 
     5 AM_CPPFLAGS = 				    \
     7 AM_CPPFLAGS = 				    \
    84 libloudmouthincludedir = $(includedir)/loudmouth-1.0/loudmouth
    86 libloudmouthincludedir = $(includedir)/loudmouth-1.0/loudmouth
    85 
    87 
    86 # an explicit dependency here so alm generated files get built
    88 # an explicit dependency here so alm generated files get built
    87 $(OBJECTS): $(built_sources)
    89 $(OBJECTS): $(built_sources)
    88 
    90 
    89 EXTRA_DIST = \
    91 EXTRA_DIST += \
    90 	lm-ssl-gnutls.c \
    92 	lm-ssl-gnutls.c \
    91 	lm-ssl-openssl.c \
    93 	lm-ssl-openssl.c \
    92 	loudmouth.sym
    94 	loudmouth.sym
    93 
    95