You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
338 B
13 lines
338 B
15 years ago
|
METASOURCES = AUTO
|
||
|
noinst_LTLIBRARIES = libgadu_copy.la
|
||
|
INCLUDES = $(SSL_INCLUDES) $(all_includes)
|
||
|
libgadu_copy_la_LDFLAGS = $(SSL_LDFLAGS) $(all_libraries)
|
||
|
libgadu_copy_la_LIBADD = $(LIBSSL) $(LIBPTHREAD)
|
||
|
libgadu_copy_la_SOURCES = common.c \
|
||
|
dcc.c \
|
||
|
events.c \
|
||
|
http.c \
|
||
|
libgadu.c \
|
||
|
pubdir50.c \
|
||
|
pubdir.c
|