## Process this file with automake to produce Makefile.in noinst_LIBRARIES = libgiram.a libgiram_a_SOURCES = @STRIP_BEGIN@ \ constplugins.h \ giramlib.h \ giramlibprivate.h \ protocol.c \ protocol.h \ giramobject.c \ giramobject.h \ vectors.c \ vectors.h \ @STRIP_END@ AM_CPPFLAGS = @STRIP_BEGIN@ \ -DG_LOG_DOMAIN=\"Giramlib\" \ @STRIP_END@ INCLUDES = @STRIP_BEGIN@ \ -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ $(GTK_CFLAGS) \ -I$(includedir) \ @STRIP_END@