loudmouth/Makefile.am
changeset 70 4d33d6915f49
parent 68 28203e15de0e
child 82 a32b54e654e2
equal deleted inserted replaced
69:33c889a556cc 70:4d33d6915f49
     6 	$(LOUDMOUTH_CFLAGS)		\
     6 	$(LOUDMOUTH_CFLAGS)		\
     7 	-DLM_COMPILATION		\
     7 	-DLM_COMPILATION		\
     8 	-DRUNTIME_ENDIAN                \
     8 	-DRUNTIME_ENDIAN                \
     9 	$(NULL)
     9 	$(NULL)
    10 
    10 
    11 lib_LTLIBRARIES = libloudmouth.la
    11 lib_LTLIBRARIES = libloudmouth-1.la
    12 
    12 
    13 libloudmouth_la_SOURCES =		\
    13 libloudmouth_1_la_SOURCES =		\
    14 	lm-connection.c	 		\
    14 	lm-connection.c	 		\
    15 	lm-debug.c                      \
    15 	lm-debug.c                      \
    16 	lm-debug.h                      \
    16 	lm-debug.h                      \
    17 	lm-error.c			\
    17 	lm-error.c			\
    18 	lm-message.c	 		\
    18 	lm-message.c	 		\
    40 	lm-proxy.h                      \
    40 	lm-proxy.h                      \
    41 	lm-ssl.h                        \
    41 	lm-ssl.h                        \
    42 	loudmouth.h			\
    42 	loudmouth.h			\
    43 	$(NULL)
    43 	$(NULL)
    44 
    44 
    45 libloudmouth_la_LIBADD = 		\
    45 libloudmouth_1_la_LIBADD = 		\
    46 	$(LOUDMOUTH_LIBS)
    46 	$(LOUDMOUTH_LIBS)
    47 
    47 
    48 libloudmouthincludedir = $(includedir)/loudmouth-1.0/loudmouth
    48 libloudmouthincludedir = $(includedir)/loudmouth-1.0/loudmouth
    49 
    49 
    50 # an explicit dependency here so alm generated files get built
    50 # an explicit dependency here so alm generated files get built
    55 test_lm_SOURCES =			\
    55 test_lm_SOURCES =			\
    56 	test-lm.c
    56 	test-lm.c
    57 
    57 
    58 test_lm_LDADD =			 	\
    58 test_lm_LDADD =			 	\
    59 	$(LOUDMOUTH_LIBS)		\
    59 	$(LOUDMOUTH_LIBS)		\
    60 	libloudmouth.la			\
    60 	libloudmouth-1.la		\
    61 	$(NULL)
    61 	$(NULL)
    62 
    62 
    63 
    63