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.
15 lines
368 B
15 lines
368 B
METASOURCES = AUTO
|
|
SUBDIRS = libmimic
|
|
AM_CPPFLAGS = -I$(srcdir)/libmimic \
|
|
$(KOPETE_INCLUDES) \
|
|
$(all_includes) \
|
|
$(GLIB_CFLAGS)
|
|
|
|
noinst_LTLIBRARIES = libmimicwrapper.la
|
|
|
|
libmimicwrapper_la_SOURCES = mimicwrapper.cpp msnwebcamdialog.cpp
|
|
libmimicwrapper_la_LIBADD = ./libmimic/libmimic.la
|
|
libmimicwrapper_la_LDFLAGS = -no-undefined $(GLIB_LIBS) $(all_libraries)
|
|
|
|
|