loudmouth/Makefile.am
changeset 155 d24c4392d4e3
parent 142 f8b4c3dc5630
child 171 118ca6c4520e
equal deleted inserted replaced
154:207483c02cfc 155:d24c4392d4e3
     2 
     2 
     3 AM_CPPFLAGS = 				\
     3 AM_CPPFLAGS = 				\
     4 	-I.				\
     4 	-I.				\
     5 	-I$(top_srcdir)			\
     5 	-I$(top_srcdir)			\
     6 	$(LOUDMOUTH_CFLAGS)		\
     6 	$(LOUDMOUTH_CFLAGS)		\
       
     7 	$(LIBIDN_CFLAGS)		\
     7 	-DLM_COMPILATION		\
     8 	-DLM_COMPILATION		\
     8 	-DRUNTIME_ENDIAN                \
     9 	-DRUNTIME_ENDIAN                \
     9 	$(NULL)
    10 	$(NULL)
    10 
    11 
    11 lib_LTLIBRARIES = libloudmouth-1.la
    12 lib_LTLIBRARIES = libloudmouth-1.la
    55 	lm-ssl.h                        \
    56 	lm-ssl.h                        \
    56 	loudmouth.h			\
    57 	loudmouth.h			\
    57 	$(NULL)
    58 	$(NULL)
    58 
    59 
    59 libloudmouth_1_la_LIBADD = 		\
    60 libloudmouth_1_la_LIBADD = 		\
    60 	$(LOUDMOUTH_LIBS)
    61 	$(LOUDMOUTH_LIBS)		\
       
    62 	$(LIBIDN_LIBS)
    61 
    63 
    62 libloudmouthincludedir = $(includedir)/loudmouth-1.0/loudmouth
    64 libloudmouthincludedir = $(includedir)/loudmouth-1.0/loudmouth
    63 
    65 
    64 # an explicit dependency here so alm generated files get built
    66 # an explicit dependency here so alm generated files get built
    65 $(OBJECTS): $(built_sources)
    67 $(OBJECTS): $(built_sources)