lib_LTLIBRARIES = libgda-server.la INCLUDES = \ $(GDA_CLIENT_CFLAGS) \ $(GDA_PROVIDER_CFLAGS) \ -I$(top_srcdir)/lib/gda-common \ -I$(top_builddir)/lib/gda-common gda_server_headers = \ gda-server-connection.h \ gda-server-command.h \ gda-server-error.h \ gda-server-field.h \ gda-server-recordset.h \ gda-server.h libgda_server_la_SOURCES = \ $(gda_server_headers) \ gda-server-private.h \ gda-server-command.c \ gda-server-connection.c \ gda-server-error.c \ gda-server-field.c \ gda-server-init.c \ gda-server-recordset.c \ gda-builtin-res.c \ gda-builtin-res.h \ gda-server.c libgda_server_la_LDFLAGS = -version-info $(GDA_CURRENT):$(GDA_REVISION):$(GDA_AGE) libgda_server_la_LIBADD = -lpopt gdaincludedir=$(includedir)/libgda-$(VERSION)/gda gdainclude_HEADERS=$(gda_server_headers) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES)