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.
11 lines
381 B
11 lines
381 B
lib_LTLIBRARIES = libgmcop.la
|
|
|
|
INCLUDES = -I$(top_srcdir)/mcop -I$(top_builddir)/mcop $(GLIB_CFLAGS) $(all_includes)
|
|
|
|
libgmcop_la_SOURCES = giomanager.cc
|
|
libgmcop_la_LIBADD = $(top_builddir)/mcop/libmcop.la $(GLIB_LIBADD)
|
|
libgmcop_la_LDFLAGS = -no-undefined -version-info 1:0 $(GLIB_LDFLAGS) $(all_libraries)
|
|
|
|
artsincludedir = $(includedir)/arts
|
|
artsinclude_HEADERS = giomanager.h
|